Python CLI utility and library for manipulating SQLite databases https://sqlite-utils.datasette.io
  • Python 99.7%
  • C 0.2%
Find a file
2018-07-31 08:39:43 -07:00
docs Added .schema property, improved docs, release 0.3 2018-07-31 08:33:52 -07:00
sqlite_utils Added .schema property, improved docs, release 0.3 2018-07-31 08:33:52 -07:00
tests Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
.travis.yml Preparing v0.2, first release to PyPI 2018-07-28 17:42:41 -07:00
README.md Fleshed out README 2018-07-31 08:38:50 -07:00
setup.py Release 0.3.1 to publish updated README to PyPI 2018-07-31 08:39:43 -07: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: