Releases: dprint/dprint-plugin-sql
Releases · dprint/dprint-plugin-sql
0.3.0
Changes
Install
Then in your project's directory with a dprint.json file, run:
dprint add sqlJS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.2.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"sql"configuration property if desired.{ // ...etc... "sql": { // sql config goes here }, "plugins": [ "https://plugins.dprint.dev/sql-0.2.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.1.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.sqlfile extensions are matched in an"includes"pattern. - Add a
"sql"configuration property if desired.{ // ...etc... "sql": { // sql config goes here }, "includes": [ "**/*.{sql}" ], "plugins": [ "https://plugins.dprint.dev/sql-0.1.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.1.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.sqlfile extensions are matched in an"includes"pattern. - Add a
"sql"configuration property if desired.{ // ...etc... "sql": { // sql config goes here }, "includes": [ "**/*.{sql}" ], "plugins": [ "https://plugins.dprint.dev/sql-0.1.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package