Prisma so slow in localhost with remote Postgresql (NextJS)
Is support for Postgres composite types planned?
Prisma and CUIDv2
Nested update when creating single record
Typedsql Type?
I need help with my schema, it doesn’t let me migrate
20240827190544_fix_relations
failed to apply cleanly to the shadow database. ...TypedSQL type safety over time
Cant connect to supabase using accelerate
TypedSQL - Generating without a DB connection
--sql
flag), a working database connection is required.
As we're building our production containers on a stateless CI environment, we would like to avoid this constraint.
Is there a way to correctly infer and build TypedSQL types directly from the schema.prisma
file?...is it possible to order a column how I want it?
Is something happened with PrismaClient and adapters?

How can one test out the Pulse service in light of the superuser limitation?
TypedSQL - JSONB fields
Multiple Schema File issues
npx prisma format
or npx prisma generate
, it fails to load those other schema files, i dont have any model in main file tho, so not sure if that's the issue, but it shouldnt be, here's also my file tree:
```shell
prisma
├── schema...Prism generate fails on VPS but not locally

How to utilize Prisma defined in back-end to the front-end
How to include prisma/sql in serverless lambda?
how do I do this upsert query in prisma?
Complicated groupBy query
post.findMany()
to find posts for a specific user, but in this query I would like to include the number of reactions
associated with a post for a kind of reactionType
. In my project, I am using emoji reactions on posts, and I need to return the number of reactions per emoji type (reactionType
). However, I am at a loss for how to do this without many queries per request.
Using groupBy()
works if I grab the posts first and then use the post.id
of each post... ...