0.2.0 • Published 10 months ago

@dprint/sql v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@dprint/sql

npm distribution of dprint-plugin-sql which wraps sqlformat-rs.

Use this with @dprint/formatter or just use @dprint/formatter and download the dprint-plugin-sql WASM file.

Example

import { createFromBuffer } from "@dprint/formatter";
import { getBuffer } from "@dprint/sql";

const formatter = createFromBuffer(getBuffer());

console.log(
  formatter.formatText("test.sql", "SELECT    *  FROM  dbo.Something"),
);
0.2.0

10 months ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago