Remix.run Logo
arunix 18 hours 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

kamma4434 25 minutes ago | parent [-]

One wonders if that’s an ORM at all or a query composer…