escuelle

0.0.11 • Public • Published

ESCUELLE (SQL)

This library contains an SQL parser that converts a query string into a structured object (AST).

Coverage Status Build Status

How to use it

  • Add it to you project with :
$ npm install escuelle --save
  • And use it into your code :
var sql_parser = require('escuelle');
 
console.log(
  sql_parser('SELECT * FROM your_table')
);

Readme

Keywords

Package Sidebar

Install

npm i escuelle

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

70.7 kB

Total Files

11

Last publish

Collaborators

  • ichiriac