Prisma creates invalid migration when removing an index
Update ad whose apartment has m2m relatioship with contents through apartment_contents join table
Prism Sync
findMany() vs findMany({...})
Prisma Pulse w/ Docker Postgres
Backing up data with Prisma Postgres
pg_dump
but after migrating to a Prisma Postgres db, the database url uses an api key instead of a user/pass combo and pg_dump
is saying I have an invalid param (api_key
)Seeding database with pnpm
pnpm run dev
), a dev.db
file is created, but it's not seeded.
I assume it's normal for a new database to be created for each app, but how can I make sure it's seeded ?...Recommended setup for Prisma with Supabase Auth
Hi guys. I've been using prisma for my projects and this time I have a weird issue:
123.j.db.ondigitalocean.com:25060
Please make sure your database server is running at 123.j.db.ondigitalocean.com:25060
.
...node_modules/.prisma/client/libquery_engine-debian-openssl-3.0.x.so.nodels: cannot access 'node_mod
How do I get the count in nested relations.
Can't connect to supabase using prisma
Prisma uuidv4 Error creating UUID, invalid length: expected length 32 for simple format, found 24
Silent and Stalled transaction
``
const remoteIdsSql = ids.map((id) => Prisma.sql
(${id})`);
const postgresDriverParamLimit = 32767;...Converting a query to use TypedSQL
IDE massive performance downgrade from 6.2.1 (omitApi problem?)
nexus-prisma support for prisma v6
[email protected] does not officially support @prisma/[email protected]. The officially supported range is: ^5.0.0
....Issues connecting