Using multiple ORMs? - And SQLalchemy vs Pony vs Peewee vs stdnet vs …

Wolfgang Keller feliphil at gmx.net
Sun Jan 5 12:22:43 EST 2014


> Thanks for all suggestions,

Two essential criteria:

If an ORM only allows 1:1 mapping between classes and tables à la
"active record", then it's entirely pointless.

And if an ORM allows only surrogate keys, then its developers don't
have a clue of databases or they don't give a darn. Or both.

Sincerely,

Wolfgang



More information about the Python-list mailing list