A wrapper of sqlparser, exposing the `parse_statements` method only.
npm install parse-sql-statements-wasmThis is a wasm wrapper of sqlparser, exposing the parse_statements method only.
``tsJSON.parse()
interface ParseResult {
/* Indicates whether or not the given sql is valid. /
success: boolean
/* You may deserialize this using . /
serialzed_result: string
}
export function parse_statements(text: string): ParseResult
`
wasm-pack required.
`shellnative in browser
wasm-pack build --target web