Can't use a locally hosted postgresql database on Prisma.
db
: the URL must start with the protocol prisma://
', though I see many people using it all the time.
My schema is
```
generator client {...HELP WANTED! Prisma 4.16.2 with MongoDB 8.0
"Something went wrong, please try again"

prisma generate hangs
How do you manage the Prisma Client in Express and NestJS, GraphQL (Not Next.js) ??
Auto no cache when using prisma postgres with better-auth
│ POST https://accelerate.prisma-data.net/6.4.1/sdfsdfsdfdsf4s64df35s4d1f5s4df5346sf6ds4f4/graphql 200 in 506ms (cache skip)
│ │ Cache skipped reason: (auto no cache)
...help contructing a filter query
How to define types in Pothos that work with Prisma?

Connect to multiple db?
Prisma Pulse discontinued - alternatives?
Best way to use typedSQL when deploying to multiple places
Usage of `@map` and `@@map` as a best practice to name tables and columns in a database
@map
and @@map
is to ensure that the names of our models and fields map to the names of the tables and columns, respectively in that database.
Apart from this use case, can I use these as a best practice whenever I am creating my Models where essentially a legacy database does not exist but I am building from scratch.
...Running prisma migrate deploy in a production server
Accidental deletion of a migration file
Case insensitive for unique constraint
@@unique([userId, name])
@@unique([userId, name])
Question about storing/reading dates from database
DateTime
db value? My colleague from another timezone gets -1 day when displaying it from the client while mine shows the correct value. I store it using new Date(value.someDatefield)
upon form submission and read it using date.getFullYear/getDate/getMonth
.P1001: Can't reach database server
npx prisma migrate dev --name init
, I end up getting this error:
```
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "db.nbcsqgnnbagzijwbrfsb.supabase.co:5432"...Prisma Nuxt Turborepo: Cannot find module
cannot find module 'C:\packages\database\generated\client'
When I examine the .nuxt/dev/index.mjs
file in dev, it appears that the Prisma client is using a relative path instead of an absolute path...
Prisma migrate
PrismaPulseServerError: P6100 Prisma Pulse encountered an unexpected error