prisma: Error: Unknown database type postgres:

Hi, My project works fine with prisma@2.0.0-preview-11 using postgres.

But running:

npx prisma2@2.0.0-preview-12 lift up

outputs:

Error: Unknown database type postgres:

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 25 (17 by maintainers)

Commits related to this issue

Most upvoted comments

Internal Note: Dropping this for now, as the Rust implementation is replacing the TypeScript implementation within the next weeks.

Perfect 😃 I updated my code to use postgresql:// and i can confirm that it works 😃

Yes, you can remove the repo now as we have identified the cause.

That is why I have marked this as a bug and we will fix this 😃

@divyenduz can I close this issue?

A note for our users:

This issue tracks releasing alpha when a PR into prisma-engine is merged: https://github.com/prisma/prisma2/issues/658

Till that is closed, we manually close issues that rely on Prisma Engine.

tl;dr; this is not released yet but will be soon.