mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 22:19:14 +00:00
395 B
395 B
Virtual Table utility functions
This package implements utilities mostly useful to virtual table implementations.
It also wraps a parser
for the CREATE and
ALTER TABLE commands,
created by Marco Bambini.