lax-sql
v0.3.0
Published
Lax SQL formatter that never reinterprets your code, dialect agnostic by construction — dprint Wasm plugin.
Maintainers
Readme
lax-sql
Lax SQL formatter that never reinterprets your code, dialect agnostic by construction, distributed as a dprint Wasm plugin.
This package ships the plugin's plugin.wasm so you can manage it with your
package manager (and tools like Renovate) instead of a pinned URL.
Usage
Install the package:
npm install --save-dev lax-sqlReference the bundled Wasm file from your dprint.json:
{
"plugins": [
"./node_modules/lax-sql/plugin.wasm"
]
}Then run dprint as usual:
dprint fmtMatches .sql files.
Source
Built from crates/lax-sql in the
bartlomieju/lax monorepo. The published package includes
npm provenance
attesting it was built and published from that repository.
License
MIT
