Remix.run Logo
fnord77 3 days ago

Do we still need ORMs in the age of AI-assisted coding?

I started ripping them out of a java system even before that.

dionian 3 days ago | parent [-]

We're on the same wavelength, i have decades of ORM experience. It was the first thing i woudl do in any project. Now it can just be vanilla JDBC with tons of duplicated boilerplate. AT least in the early stages.

fnord77 3 days ago | parent [-]

spring's JdbcTemplate has a nice query pattern that gets rid of a lot of boilerplate by passing each fetched row to a lambda