Hacker News new | ask | show | jobs
by ldd 1767 days ago
This may sound odd, but I never understood using heavy classes with relational databases.

I use javascript too, and at most I need a couple of HOF (higher order functions) to do most of the work I need.

Then again, I do use typescript and its type system, so maybe I am not the target audience.

1 comments

Same, I usually run away when an ORM is forcing classes on me, sequelize ftw