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

Question: What Database Connectors are currently supported for the crud framework? #244

Open
6 tasks
acisser opened this issue Jul 31, 2022 · 1 comment
Open
6 tasks

Comments

@acisser
Copy link

acisser commented Jul 31, 2022

Is there any roadmap for the support of all database connectors that Prisma supports?

@kepelrs
Copy link
Owner

kepelrs commented Aug 7, 2022

Hi. The library should work fine with any relational database supported by prisma.

I personally use it in projects with PostgreSQL, MySQL and SQLite. I have yet to try it with SQL Server.

The limitations section of the docs mentions that JSON support is currently lacking for all databases. This means Mongo and Cockroach will not work at the moment. I do wish to tackle that limitation when I have some time and I would also accept pull requests for it.

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

No branches or pull requests

2 participants