A Parser for SQLite Create Table Statements(github.com) |
A Parser for SQLite Create Table Statements(github.com) |
It does look like SQLite provides some PRAGMA commands that can do some of the same things, like:
PRAGMA foreign_key_list(table-name);
PRAGMA schema.index_xinfo(index-name);
https://www.sqlite.org/pragma.html