cockroachdb support #380
Answered
by
RobertCraigie
dominiquegarmier
asked this question in
Q&A
-
Hello. I was wondering if this supports cockroachdb? |
Beta Was this translation helpful? Give feedback.
Answered by
RobertCraigie
May 1, 2022
Replies: 1 comment 2 replies
-
Yes, CockroachDB is supported, see https://www.prisma.io/docs/concepts/database-connectors/cockroachdb for reference. I have not tested CockroachDB with the Python client however all connection handling / querying is done internally by Prisma so nothing should have to change for us to support it. Also some PostgreSQL specific features will not be available when using CockroachDB with the Python client yet. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dominiquegarmier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, CockroachDB is supported, see https://www.prisma.io/docs/concepts/database-connectors/cockroachdb for reference.
I have not tested CockroachDB with the Python client however all connection handling / querying is done internally by Prisma so nothing should have to change for us to support it.
Also some PostgreSQL specific features will not be available when using CockroachDB with the Python client yet.