Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
francelwebdev opened this issue Jun 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@francelwebdev
Copy link

Suggestion / Feature Request

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

@francelwebdev francelwebdev added the enhancement New feature or request label Jun 8, 2023
@jondot
Copy link
Contributor

jondot commented Jul 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants