|
|
|
|
|
by Demiurge
4124 days ago
|
|
> regression testing sanely and exporting/importing the data. Which you would have to do with an ORM anyway You can export data into ORM specific, database agnostic format, such as Django fixtures or SQLAlchemy fixtures, and test against the ORM. This is actually one of the key ORM features to leverage. |
|