7 ms·
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 orde
by ldd 5y 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.
- ranguna 5y agoSame, I usually run away when an ORM is forcing classes on me, sequelize ftw