pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Add support for composite primary keys #328

Open fintron opened 4 years ago

fintron commented 4 years ago

Databases like SQLite have support for composite primary keys (eg two columns both form the primary key).

Can you add support for that in “create_table”