sqlite-utils/sqlite_utils
Simon Willison 741e8f7fe5
Make .indexes compatible with older SQLite versions (#1)
Older SQLite versions return a different set of columns from the PRAGMA we are using.
2018-08-02 08:17:29 -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 Make .indexes compatible with older SQLite versions (#1) 2018-08-02 08:17:29 -07:00