UNPKG

mysql-query-validator

Version:

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

2 lines (1 loc) 55 B
export declare function validate(query: string): void;