Python CLI utility and library for manipulating SQLite databases https://sqlite-utils.datasette.io
  • Python 99.7%
  • C 0.2%
Find a file
Simon Willison 8437fe3091 Revert "No need to skip black under Python 3.7 any more"
It turns out the black tests still fail in Travis against that version.

This reverts commit d18687a30a.
2019-01-24 19:08:52 -08:00
docs Started a changelog, releasing 0.6 2018-08-12 17:46:22 -07:00
sqlite_utils Allow column names to be reserved words 2019-01-24 19:01:10 -08:00
tests Revert "No need to skip black under Python 3.7 any more" 2019-01-24 19:08:52 -08: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 Loosen requirement versions 2019-01-24 19:06:30 -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: