0.0.11 • Published 5 years ago

escuelle v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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')
);
0.0.11

5 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago