hyperstackjs / hyperstack

The pragmatic app framework for builders 🐶
https://hyperstackjs.io
MIT License
385 stars 13 forks source link

[Feature Request / Idea]: Hi, add support for another ORM, like Prisma ORM, TypeORM or DrizzleORM. #8

Open francelwebdev opened 1 year ago

francelwebdev commented 1 year ago

Suggestion / Feature Request

Hi, add support for another ORM, like Prisma ORM, TypeORM or DrizzleORM. I don"t like sequelize. Thanks

jondot commented 11 months ago

Hi, thanks Prisma does not have a good active-record support (yet) TypeORM is less stable than sequelize I'm checking out DrizzleORM now

Overall my approach is to pick a stable library, and one that is flexible enough so we can build an activerecord abstraction on top. Sequelize is by far the most stable ORM in the node ecosystem, for good or bad -- it is what it is.