Skip to content

Releases: ldn-softdev/jsl

jsl v1.03

18 Sep 11:45
05ecca0

Choose a tag to compare

jsl - regularly structured JSON to Sqlite dumper

jsl lets flexibly dump selected regular JSON elements into Sqlite database, featuring:

  • mapping between JSON and Sqlite table is provided using JSON labels or via walk-path
  • auto-generation of Sqlite table from JSON values
  • auto expansion of JSON objects/arrays onto respective mapped Sqlite columns
  • partial table update (by listing ignored columns)
  • user control of the SQL update statement

Delta from previous release:

  • added support of -A option (auto-generate table with ROWID)