7 ms·
Why wouldn't you be able to support both MySQL and PostgreSQL without an ORM?
by jenaimarre 8y ago
Why wouldn't you be able to support both MySQL and PostgreSQL without an ORM?
- jojo64 8y agoThis implies to create 2 queries each time you want to hit the database. One query for PostgreSQL and one query for MySQL. This is something we can't afford. Do you have some good tips to manage this ? To be honest the ORM is required only to support multiple database.