|
|
|
|
|
by buro9
4938 days ago
|
|
Oh it's fine for those whose schemas fit into the type that the ORM can generate, I have no issue with the functionality existing at all. For many databases this actually is all that will ever be needed. But for legacy databases, for the edge cases where the schema is designed for a very specific purpose that doesn't neatly fit what the ORM would generate, and especially when external applications may also call the database... I like to know that the database is exactly what I expect it to be. |
|
That's where the ORM comes in for legacy stuff. We're moving the schema slowly into the ORM.