Releases: simonw/yaml-to-sqlite
Releases · simonw/yaml-to-sqlite
1.0
- New feature:
yaml-to-sqlite dogs.db dogs.yaml --single-column=name
can be used to import YAML files consisting of a list of items into a single table with a single primary key column. #5
- Importing YAML files with new columns will now alter the table to add those columns. #4
0.3.1
- Updated for latest
sqlite-utils
library
- Fixed bug where import failed if user did not provide a
--pk
option
0.3
- Now handles nested objects that contain dates, #1