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

added auto-id functionality

Open theiosif opened this issue 2 years ago • 0 comments

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.

theiosif avatar Feb 17 '22 17:02 theiosif