frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Introduce adding an auto-increment column #57

Closed akariv closed 7 years ago

akariv commented 7 years ago

Allowing to add a separate, primary-key column which is autoincrementing. It's separate from the schema, so when writing it's not required to be provided - rather it's returned to the user (in case generator more is enabled).