This website requires JavaScript.
Explore
Help
Sign in
remote
/
sqlite-utils
Watch
1
Star
0
Fork
You've already forked sqlite-utils
0
mirror of
https://github.com/simonw/sqlite-utils.git
synced
2026-07-27 11:24:33 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9d19d8f66d
sqlite-utils
/
sqlite_utils
History
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