Releases: ldn-softdev/jsl
Releases · ldn-softdev/jsl
jsl v1.03
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
-Aoption (auto-generate table with ROWID)