Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 759a559

Browse files
committed
changed description of library in README.md
1 parent c28da4b commit 759a559

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# sqlite-parser
22

3+
[![NPM Version Image](https://img.shields.io/npm/v/sqlite-parser.svg)](https://www.npmjs.com/package/sqlite-parser)
34
[![dependencies Status Image](https://david-dm.org/codeschool/sqlite-parser.svg)](https://github.com/codeschool/sqlite-parser/)
45
[![devDependencies Status Image](https://img.shields.io/david/dev/codeschool/sqlite-parser.svg)](https://github.com/codeschool/sqlite-parser/)
5-
[![NPM Version Image](https://img.shields.io/npm/v/sqlite-parser.svg)](https://www.npmjs.com/package/sqlite-parser)
66
[![License Type Image](https://img.shields.io/github/license/codeschool/sqlite-parser.svg)](https://github.com/codeschool/sqlite-parser/blob/master/LICENSE)
77

8-
This library takes SQL queries, provided as a string, and generates an
9-
AST. An error will be generated describing what is malformed in the source query
10-
code if the AST cannot be generated.
8+
This library parses SQLite queries, using JavaScript, and generates
9+
_abstract syntax tree_ (AST) representations of the input strings. A
10+
syntax error is produced if an AST cannot be generated.
1111

1212
**This parser is written against the [SQLite 3 spec](https://www.sqlite.org/lang.html).**
1313

0 commit comments

Comments
 (0)