Hacker News new | ask | show | jobs
by miahi 1084 days 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.
1 comments

Ah ok.

Yeah, nobody does that.