hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

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

Open francelwebdev opened this issue 2 years ago • 1 comments

Suggestion / Feature Request

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

francelwebdev avatar Jun 08 '23 10:06 francelwebdev

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.

jondot avatar Jul 22 '23 09:07 jondot