6 ms·
ORMs based on the query object pattern don't hide the database, but make SQL more reusable/composable (e.g. SQLAlchemy, JOOQ, etc). https://martinfowler.com/ea
by arunix 17d ago
ORMs based on the query object pattern don't hide the database, but make SQL more reusable/composable (e.g. SQLAlchemy, JOOQ, etc).
https://martinfowler.com/eaaCatalog/queryObject.html https://martinfowler.com/eaaCatalog/queryObject.html
- kamma4434 17d agoOne wonders if that’s an ORM at all or a query composer…