sqlite-utils/sqlite_utils
Simon Willison 9d19d8f66d Fix for PRAGMA index_info with older SQLite
It looks like that PRAGMA returns different columns on different SQLite versions.
2018-08-02 08:09:50 -07:00
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
db.py Fix for PRAGMA index_info with older SQLite 2018-08-02 08:09:50 -07:00