Releases: simonw/sqlite-diffable
Releases · simonw/sqlite-diffable
0.6
05 May 05:44
Compare
Sorry, something went wrong.
No results found
New feature: --all --exclude name_of_table lets you import all tables but exclude one or more by name. Thanks, giuli007 . #11
Migrated from setup.py to pyproject.toml.
0.5
18 Aug 22:49
Compare
Sorry, something went wrong.
No results found
sqlite-diffable objects path-to/table.ndjson command for converting a newline-delimited file of JSON arrays into a sequence of JSON objects. #7
0.4
11 Jul 16:48
Compare
Sorry, something went wrong.
No results found
sqlite-diffable load ... --replace option to replace tables that already exist in the destination database file. #6
0.3
08 Jul 23:33
Compare
Sorry, something went wrong.
No results found
New sqlite-diffable load command for restoring a previously dumped database. #3
0.2.1
21 Feb 02:29
Compare
Sorry, something went wrong.
No results found
README now includes a description of the file format and a link to a demo. #5
0.2
04 Jul 02:07
Compare
Sorry, something went wrong.
No results found
Added --all option:
$ sqlite-diffable dump fixtures.db out/ --all
0.1
04 Jul 02:00
Compare
Sorry, something went wrong.
No results found
Initial release.
$ sqlite-diffable dump fixtures.db out/ facetable