sqlite-utils/docs
Simon Willison 9501ba4bf1 sqlite-utils table_names blah.db is now tables blah.db
Travis tests were failing because on OS X the command was this:

   sqlite-utils table_names blah.db

But in Travis CI the command was this:

   sqlite-utils table-names blah.db

Renaming it to tables fixes this inconsistency.
2019-01-24 23:04:52 -08:00
..
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
changelog.rst sqlite-utils table_names blah.db is now tables blah.db 2019-01-24 23:04:52 -08:00
cli.rst sqlite-utils table_names blah.db is now tables blah.db 2019-01-24 23:04:52 -08:00
conf.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
index.rst Re-arranged documentation index page 2019-01-24 21:23:24 -08:00
Makefile Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
python-api.rst sqlite-utils optimize command, .optimize() and .detect_fts() table methods 2019-01-24 20:35:51 -08:00