(no title)
miahi
|
2 years ago
They mean database agnostic - that you can easily/magically migrate your application from a DBMS to another and the ORM will handle it for you. That usually works only for trivial databases and does not include data migration.
devjab|2 years ago
Yeah, nobody does that.