UNPKG

@segment/mysql-query-validator

Version:

This is just a simple wrapper over [this Golang executable](https://github.com/xwb1989/sqlparser) to validate SQL queries.

3 lines (2 loc) 77 B
import { Tree } from './'; export default function format(tree: Tree): Tree;