3.15
sqlite-utils insert --flatten
option for flattening nested JSON objects to create tables with column names liketopkey_nestedkey
. (#310)- Fixed several spelling mistakes in the documentation, spotted using codespell.
- Errors that occur while using the
sqlite-utils
CLI tool now show the responsible SQL and query parameters, if possible. (#309)