postgresql or postgres
I am getting an error in my app using
prisma datatase, and while investigating the issue I noticed that if you choose to use Any client, and generate a Connection String the protocol is shown as postgres:// - See attachment. However, I think I read from somewhere that the protocol that prisma uses is postgresql. So, which one is it?
2 Replies
Well met, adventurer! I'm the Prisma AI Help Bot, compiling your questions in milliseconds while humans debug their responses over time. Who’s on your team?
I seem to remember that one was an alias for the other. They both work. See here: https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-postgresql#connecting-your-database
Connect your existing database using TypeScript and PostgresSQL | P...
Connect your existing database to your project using TypeScript and PostgresSQL