DennisK
DennisK
Explore posts from servers
PPrisma
Created by DennisK on 9/10/2024 in #help-and-questions
Prisma Transactions stops working once you extend the client with Pulse, Optimize or Accelerate
See title. This stops me from migrating to these products and use in production. Once you extend the client and need to make a Prisma Transaction it will return an error and the transaction fails: TypeError: parentTracer.getSpanLimits is not a function
4 replies
PPrisma
Created by DennisK on 9/10/2024 in #help-and-questions
Supabase with Pulse and Accelerate
Hi! I am setting op Supabase in combination with Fly, Pulse and Accelerate. I received two URLS: A connection pooler URL A direct URL I have set this in the schema like this
url = env("DATABASE_POOLER_URL")
directUrl = env("DATABASE_URL")
url = env("DATABASE_POOLER_URL")
directUrl = env("DATABASE_URL")
However, I used the direct url (the one with port 5432) to setup Accelerate and I got back a prisma database url. Should I know replace the direct url with this new prisma://accelerate.prisma-data.net/ ? So it would result in this:
url = url to connectionpooler Supabase
directUrl = the prisma://accelerate.prismadata.net url
url = url to connectionpooler Supabase
directUrl = the prisma://accelerate.prismadata.net url
4 replies
PPrisma
Created by DennisK on 9/10/2024 in #help-and-questions
Whenever you extend your PrismaClient with Pulse, you don't have access to $on anymore. Why?
No description
3 replies
PPrisma
Created by DennisK on 9/9/2024 in #help-and-questions
Is SQlite supported any time soon? Pulse & Accelerate
Hi! Wondering if this is on the roadmap or not. Migrating my stack to Postgres is kind of a pain.
4 replies