Remix.run Logo
laughing_man 2 hours ago

I've always found ORMs to be performance killers. It always worked out better to write the SQL directly. The idea that you should have a one-to-one correspondence between your data objects and your database objects is disastrous unless your data storage is trivial.

chopin 2 hours ago | parent [-]

I worked with ORM (EclipseLink) and used SQL just fine.

When using JDBC I found myself quickly in implementing a poor mans ORM.

roegerle 6 minutes ago | parent [-]

EclipseLink never received enough love.