db pull from an existing database errors with SASL authentication failed #751
-
I have an existing prisma database at supabase using prisma-client-js.
I have created an exact replica of the js schema for the python client with the exception I changed provider to
Is there something I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Worth noting that you should be able to use the same schema for both languages & use the It could be a bug that was fixed in a recent version of Prisma, the last Prisma Client Python release is 3 versions behind Prisma. You could try installing from this repo to use the latest version |
Beta Was this translation helpful? Give feedback.
Ah sorry, you would define one schema, e.g.