Frederik Lölhöffel
Frederik Lölhöffel
Hello everyone 👋 We are starting design work to improve Prisma's support for **Full Text Search (FTS)**! If you would like to help, please tell us about your needs via...
@shtse8 it sounds a bit like you are using migrate's development commands in production. **In development** use `migrate dev` and `db push`. The development db is considered "resettable" and "seedable"...
User problem: - VSCode extension sometimes doesn't refresh properly on changed types - extension crashes - slow
Fixes #2933
@tomhoule maybe we could add some reasoning too?
@exsesx you can extend a prisma client instance at any point by calling $extends on it. This returns a new reference with the added functionality. This explains it well: https://www.prisma.io/docs/concepts/components/prisma-client/client-extensions#create-an-extension
We believe this should be solved with tooling and probably we could have some best practices documented around that.
Hello everyone 👋 We are kicking off design of GIS support for Prisma! If you would like to help, please let us learn about your GIS needs! **Via survey:** Please...
We are currently looking into the design of a library that gives access to Prisma Migrate from code without depending on the CLI. If this sounds relevant to you, please...
Hey @Dhalias and @prudnikov - thanks for the input! We are working to get multi-schema support (without the runtime component though, so won't help with multi-tenancy) into full preview with...