sqlite-utils/sqlite_utils
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
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py sqlite-utils table_names blah.db is now tables blah.db 2019-01-24 23:04:52 -08:00
db.py 'sqlite-utils insert tablename file.json' command 2019-01-24 21:06:41 -08:00