bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

Support for non "id" primary keys #64

Open sehoffmann opened 8 years ago

sehoffmann commented 8 years ago

Currently twistar assumes that the primary key of a table is always called id. This of course not the case and twistar should provide an option to specify the primary key of a table.

morfair commented 7 years ago

It's important features, but I just use DB-views.