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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
## SQLite CREATE TABLE Parser
2
-
A parser for SQLite [create table](https://www.sqlite.org/lang_createtable.html) sql statements.
1
+
## SQLite CREATE and ALTER TABLE Parser
2
+
A parser for SQLite [create table](https://www.sqlite.org/lang_createtable.html)and [alter table](https://www.sqlite.org/lang_altertable.html)sql statements.
3
3
4
4
* Extremely fast parser with no memory copy overhead
5
5
* MIT licensed with no dependencies (just drop the C file into your project)
0 commit comments