|
|
|
|
|
by buro9
4938 days ago
|
|
I quite like ORMs for simple things (the first 80%), but I don't necessarily want the ORM to control schema generation and migration (I very much want integrity to be a database supported feature rather than a feature of the ORM). As I note the author is also the submitter, a question: Is it a design goal or possibility to use the ORM but to disable schema generation/migration? |
|