yaml-to-sqlite
yaml-to-sqlite copied to clipboard
added auto-id functionality
I've added the option to set pk=auto-id. This inserts a new 'id' column which is an auto-incrementing integer. Updated the cli.py and README.md, but I did not add tests.