PrismaP
Prismaโ€ข14mo ago
fgoessler

Connect Prisma Postgres without Prisma Client?

Hi there ๐Ÿ‘‹

I am right now trying out the new Prisma hosted Postgres offering. As I want to migrate a bucnh of data from my existing CockroachDB I'd love to connect with the regular psql tooling or other 3rd party SQL tools to the database. However, it seems to me that with the provided credentials I am currently required to use the Prisma client.

I build a workaround for now using a seed.js script and
npx prisma db seed
but having access to a proper postgres connection would still be great.

Am I missing something or is this a current(?) limitation of the Prisma hosted Postgres offering?

Thanks! - Flo
Was this page helpful?