Middleware error: PrismaClientKnownRequestError
prisma.subdomain.findFirst()
invocation:
Error validating datasource db
: the URL must start with the protocol prisma://
" i dont know why, my env is...In one of my migration i have
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS "postgis" WITH VERSION "3.2.4";
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS "postgis" WITH VERSION "3.2.4";
Does Prisma support MariaDB 10.6
+
means 10.0.x or the versions from 10.0 (including 10.6)?...Way to run migrations & seeding using the PrismaClient
Is there a delay in cache invalidation taking effect?
null
value in the cache. After we create the user in our DB, we invalidate the cache, but we see that queries still get the null
value for 1-2 seconds after invalidation. What is the typical delay for invalidating the cache?...Why is omit not available for this query?
How to use set a relation and update in the same time rows
How risky is Prisma Postgres now ?
Prisma Postgres Pricing
prisma postgres
Need Help with CRUD operations
Fail first deployment with typesafe raw query
How do you approach local development with db changes?
Help. Prisma ORM is not loading environment variables
db:deploy
. It always errors saying DATABASE_URL was not found if the DATABASE_URL is not present on a .env file.
I've run echo $DATABASE_URL
it returns postgres://pos...
(the correct DATABASE_URL).
If this same DATABASE_URL
is present on a .env
file. It works correctly.
I'm using the folder schemas, so I tried to make the schema path explicit like this:"
"db:deploy": "prisma migrate deploy --schema ./prisma/schema"
...Checking Null or empty list
prisma migrate diff freezes
pnpm prisma migrate diff --from-migrations=migrations --to-schema-datamodel=schema.prisma --shadow-databa
se-url=$DB_URL
Running the above command shows no output for over 2 minutes. How can I know if it's doing something or just stuck? Is there a verbose option to see which db commands it's attempting?...Live events with prisma pulse for games
unit testing with @default() value, using jest-mock-extended
pnpm install puts prisma generate in the wrong folder