You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# sqlite-parser
2
2
3
+
[](https://www.npmjs.com/package/sqlite-parser)
3
4
[](https://github.com/codeschool/sqlite-parser/)
4
5
[](https://github.com/codeschool/sqlite-parser/)
5
-
[](https://www.npmjs.com/package/sqlite-parser)
6
6
[](https://github.com/codeschool/sqlite-parser/blob/master/LICENSE)
7
7
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.
11
11
12
12
**This parser is written against the [SQLite 3 spec](https://www.sqlite.org/lang.html).**
0 commit comments