|
|
|
|
|
by 3np
1718 days ago
|
|
(2014) One case where I still think ORMs like SQLAlchemy make a great sense is in open-source software than can be configured to work with different databases (lime SQLite/Postgres/Maria). If you own the entire stack and can control what FB the software is used with, fine, but it can be worth trading some performance to flexibility. |
|
If you really do want to support multiple databases, you need to write code with all of them in mind and test with them, not just leave it to users to find all the bugs when they change the DB driver to something no-one else actually uses.