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-23 09:24:31 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
741e8f7fe5
sqlite-utils
/
sqlite_utils
History
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