generated type
Rust-Free Is 3x Slower
Is Prisma ORM Free for Local Development with a Self-Hosted MySQL Database?
User was denied access on the database `postgres`
prisma migrate dev, prisma studio, and prisma db pull work.
```
SERVER_ERROR: [Error [PrismaClientKnownRequestError]:...Guidance on migrating to Rust-free from TS?
Baselining migration still fails
prisma migrate dev and this seems to throw an error related to 0_init even though we just marked this as resolved? I was expecting to see something along the lines of no migrations to execute?...Prisma migrations with old database getting issues.
prisma db pull to pull down the structure into the schema.prisma file, and then we started moving stuff into a multi-file schema structure, nothing has been deleted/removed, just moved around.
Currently though, when we do: prisma migrate dev it's telling us there are loads of missing tables, for context prisma generate is correct, and has all the existing tables, nothing is lost.
But for some reason, asking prisma to migrate causes it to, essentially, not see the tables because they are in different folders? The configuration is correct and the multi-file stuff is correct as generate works... so unsure what is happening here?...Confused about new generated output.
Can we commit the generated code thanks to Rust-free ORM?
Is there any way to make Prisma ignore being inside docker?
Prisma does nothing unless we use await
Any wayt to avoid all downtime with prisma?
Trying to setup better auth
Help with the new Prisma Config "Migrations" Field Missing

help please
Trouble migrating the schema
db push directly so the change is not registered in the migration history. But due to this I cannot push my changes in remote.
...
Unexpected "export *" warning with Prisma 6.16 in monorepo setup
How to create a baseline for an existing prod DB: question about "resolve" step
prisma migrate resolve, which "adds the target migration to the _prisma_migrations table and marks it as applied. "
That seems to be running against my local dev DB. Do I also need to somehow resolve the new basline migration on the prod DB, so that it won't try to re-apply the initial migration to the existing prod DB?...Prisma Studio long error text problem

Migrating from MariaDB to sqlite
Decimal(20,8) values in my prisma schema file.
Do i need to store the values as text or does the prisma sqlite client keep the high decimal precision?...