Search code examples
Updating a prisma field using the "where" clause causes an error...


javascriptnext.jsprisma

Read More
Vercel: "Linting and checking validity of types" fails on deploy but passes locally...


typescriptnext.jsprismavercel

Read More
Docker Prisma Error P1001: Can't reach database server at `postgres`:`5432`...


node.jspostgresqldockerexpressprisma

Read More
Prisma self-relation extra data field...


sqliteprisma

Read More
Prisma client is not working with next js serverless when deployed over aws...


amazon-web-servicesnext.jsserverlessprisma

Read More
Select from multiple tables gives me an error...


node.jspostgresqlprisma

Read More
NestJS: It is necessary to import twice for dependency injection?...


typescriptdependency-injectionnestjsprisma

Read More
Creating deeply nested object in Prisma securely...


next.jsnestedformikprisma

Read More
Prisma: Can I combine two models into one db?...


react-nativeprismagql

Read More
How to delete a record and any relationship records in an explicit many to many relationship?...


many-to-manyprisma

Read More
Prisma with Bit.io connection issue...


postgresqlnext.jsprisma

Read More
Cloud Functions - PrismaClientInitializationError: Can't reach database server at `my.cloudsql.i...


google-cloud-functionsprisma

Read More
How to model array of different types in Prisma...


mysqlnode.jsprisma

Read More
Prisma how to get data from relation as using 'where'?...


prismagql

Read More
Equivalent of SQL `CASE WHEN...THEN` for custom sort column? (Prisma / GraphQL)...


typescriptgraphqlprismaprisma-graphqlredwoodjs

Read More
How to properly use databases in development?...


mysqlnode.jstypescriptdevelopment-environmentprisma

Read More
Serverless connect to (Prisma) Postgres RDS...


amazon-web-servicesserverlessprisma

Read More
Can you build a query in prisma without executing it?...


javascriptpostgresqlprisma

Read More
What is the normal practice for checking unique value?...


mysqlnext.jsformikprismayup

Read More
Prisma deleteMany with a list of IDs...


javascriptprisma

Read More
How to build Prisma Windows electron app on Linux?...


npmprismaelectron-builder

Read More
Optimize SQL queries using GraphQL, Nexus and Prisma...


javascriptgraphqlnexusprisma

Read More
Use array for filtering Prisma nextjs...


javascriptnext.jsprisma

Read More
Issue regarding 1-m relation...


prisma

Read More
Query Enum type on Prisma...


typescriptpostgresqlenumsprisma

Read More
How to get all records, where the date value in the record is older then an hour with Prisma DB and ...


javascripttypescriptprisma

Read More
How to create a user in Prisma database on firebase auth sign up?...


node.jsfirebasefirebase-authenticationnestjsprisma

Read More
Prisma with GraphQL - how to provide an explicit type for a specified array of strings - unique nami...


typescriptgraphqlprisma

Read More
prisma import fails to import relation tables with error: Failure inserting into relationtable...


postgresqlimportdatabase-migrationprismaprisma-graphql

Read More
migrate int id to uuid string using prisma...


node.jsprisma

Read More
BackNext