Python CLI utility and library for manipulating SQLite databases https://sqlite-utils.datasette.io
  • Python 99.7%
  • C 0.2%
Find a file
2019-01-25 10:16:26 -08:00
docs Fixed RST formatting 2019-01-25 10:16:26 -08:00
sqlite_utils sqlite-utils csv data.db "select ..." command 2019-01-25 07:50:20 -08:00
tests sqlite-utils csv data.db "select ..." command 2019-01-25 07:50:20 -08:00
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
.travis.yml Upgrade sqlite3 in Travis so we can test against FTS5 2019-01-24 22:54:32 -08:00
README.md Fleshed out README 2018-07-31 08:38:50 -07:00
setup.py Release 0.7 2019-01-24 23:20:49 -08:00

sqlite-utils

PyPI Travis CI Documentation Status License

Python utility functions for manipulating SQLite databases

pip3 install sqlite-utils

Documentation: https://sqlite-utils.readthedocs.io/

Related projects: