cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.04k stars 3.8k forks source link

Add Prisma Client test suite to CI nightlies #58615

Open vy-ton opened 3 years ago

vy-ton commented 3 years ago

Prisma Client works with CockroachDB in their Postgres mode, see comment. We should add their test suite to our CI nightlies.

Jira issue: CRDB-3376

rafiss commented 3 years ago

May not run correctly yet since the tests depend on the Prisma migrate tool, which doesn't work yet.

We'll get to this after the Prisma team wraps up adding more support.

andreimc commented 3 years ago

Any updates on this ?

vy-ton commented 3 years ago

@andreimc Product Manager at Cockroach Labs here. We're currently working with the Prisma team to fully support Prisma Migrate. The Prisma Client tests use Prisma Migrate under the hood, which is why we haven't gotten to this issue yet.

However, we are aware that users have used Prisma Client with CockroahcDB successfully. Please check it out and let us know if there are any issues.

bezreyhan commented 3 years ago

Hi @vy-ton. I was wondering if there was any progress made towards Prisma Migrate working with CockroachDB?

I don't think there is currently another serverless SQL database that can scale to handle serverless workloads without running into connection issues (Aurora V2 is in beta), so a full integration with Prisma would provide a lot of value.

vy-ton commented 3 years ago

We're hoping to continue our collaboration with the Prisma team in the second half of the year. Please continue adding your support for this integration! A serverless database + Prisma would be a great duo.

kakarot-dev commented 3 years ago

so… does that mean this pr will become active next year?

otan commented 2 years ago

prisma has announced beta support for CRDB, so we just need to add the nightlies