yaml-to-sqlite icon indicating copy to clipboard operation
yaml-to-sqlite copied to clipboard

Utility for converting YAML files to SQLite

Results 3 yaml-to-sqlite issues
Sort by recently updated
recently updated
newest added

I'm trying to use this in order to use _.yaml_ files as Meeting Notes, and then store meetings info into the sqlite db. Main value it will provide is being...

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.