Skip to content

Releases: simonw/yaml-to-sqlite

1.0

13 Jun 04:45
Compare
Choose a tag to compare
  • 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

07 Dec 21:12
Compare
Choose a tag to compare
  • Updated for latest sqlite-utils library
  • Fixed bug where import failed if user did not provide a --pk option

0.3

29 Nov 20:07
Compare
Choose a tag to compare
0.3
  • Now handles nested objects that contain dates, #1

0.2.1

08 Nov 06:46
48088e4
Compare
Choose a tag to compare
  • Better help for --pk

0.2

23 Jun 22:55
fab7296
Compare
Choose a tag to compare
0.2

Better README