Initial project layout + database table creation tools

This commit is contained in:
Simon Willison 2018-07-28 06:43:18 -07:00
commit bd71be32ab
11 changed files with 458 additions and 0 deletions

6
docs/index.rst Normal file
View file

@ -0,0 +1,6 @@
sqlite-utils
============
*Python utility functions for manipulating SQLite databases*
Work in progress.