README.md

1# SQLite utility functions 
2
3This package implements assorted SQLite utilities
4useful to extension writers.
5
6It also wraps a [parser](https://github.com/marcobambini/sqlite-createtable-parser)
7for the [`CREATE`](https://sqlite.org/lang_createtable.html) and
8[`ALTER TABLE`](https://sqlite.org/lang_altertable.html) commands,
9created by [Marco Bambini](https://github.com/marcobambini).