-
Required ruby version is now 3.1.0
-
Added bigdecimal gem dependency
-
Added diagram command for generating diagrams with Graphviz, DBML, or PlantUML
-
Usage is now printed to STDOUT instead of STDERR
-
Fixed compatibility with psych 4+
-
The sample command now excludes nil/null values
-
Fixed arity check for commands with optional arguments
-
Added support for .jsonl extension to dump and load commands
-
Added support for .ndjson extension to dump and load commands
-
Required ruby version is now 2.5.0
-
Fixed diff command
-
Added select command
-
The indexes command now shows which indexes are unique
-
The schema command now shows which columns have array types
-
The postgres database is now used by default; use
.env
orconfig/database.yml
to specify a different database name
-
Fixed sample command for postgres
-
Added dump command for dumping data to CSV, LDJSON, or YAML
-
Added load command for loading data from CSV, LDJSON, or YAML
- First version!