Releases: kindly/flatterer
Releases · kindly/flatterer
v0.14.0
New
-
pushdown
option. Copy data from top level objects down to child (one-to-many) tables. This is useful if the data has its own keys (such asid
fields) that you want to exist in the related tables. Also useful for denormalizing the data so querying on a common field, requires less joining. -
postgres
option. Export to postgres database by supplying a connection string. -
postgres-schema
option. Choose a postgres schema to insert data into. -
drop
option. If table already exists.
Removed
- sqlite and postgres scripts in output directory. No longer required as the actual database tables can be created by
v0.13.2
v0.13.1
v0.13.0
New
- Threads option, so that it can use all cores. Works best with
ndjson
input. - Parquet export option.
Changed
- BREAKING:
json-lines
option renamed tondjson
- New
json-stream
option that works in same way as the oldjson-lines
option and accepts concatonated json.