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-28 17:42:41 -07:00
docs Started the docs with a meaty example 2018-07-28 16:52:07 -07:00
sqlite_utils Added table.foreign_keys property, fixed bug in foreign key creation 2018-07-28 15:41:18 -07:00
tests Added table.foreign_keys property, fixed bug in foreign key creation 2018-07-28 15:41:18 -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 Initial 2018-07-13 20:56:21 -07:00
setup.py Preparing v0.2, first release to PyPI 2018-07-28 17:42:41 -07:00

sqlite-utils