Ovyerus/prismaliser

Support for CockroachDB datasource provider

adamjq opened this issue · 2 comments

CockroachDB is a supported Prisma database provider: https://www.prisma.io/docs/concepts/database-connectors/cockroachdb

However, loading a CockroachDB Prisma schema into Prismaliser gives an error saying it's not known:

cockroachdb_error

Similarly, Cockroach functions such as sequence() don't appear to be supported either:

sequence_error

It'd be great to eventually add support for Cockroach schemas to Prismaliser. Love the project

Should be fixed in the beta branch at https://dev.prismaliser.app. Will try to get this out to production asap. Sorry for the wait!

In production now.