Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, prisma
Sign in

prisma

it dev nextjs prisma

prisma-query-formatter

Small utility for Prisma query formatting and param substitution in logs. Latest version: 0.2.1, last published: 19 days ago. Start using prisma-query-formatter in your project by running `npm i prisma-query-formatter`. There are no other projects in the npm registry using prisma-query-formatter.
wono | discuss |
it dev nodejs prisma

Printing full SQL queries with parameters in debug mode · Issue #5026 · prisma/prisma

I am initializing prisma with {debug: true, log: ['info', 'query'],} and this is printing SQL queries without actual parameters, just ? to mask them. Wouldn't it be useful to print the whole thing?
wono | discuss |
it dev nextjs prisma

Connection pool | Prisma Documentation

Prisma ORM's query engine creates a connection pool to store and manage database connections.
wono | discuss |
it dev prisma query

Prisma Client Queries | Prisma Documentation

Learn about the database queries you can send with Prisma Client.
wono | discuss |
it dev typescript prisma

Next steps after setting up Prisma ORM with your relational database | Prisma Documentation

Next steps to take now that you have successfully added Prisma ORM to your new TypeScript or JavaScript project
wono | discuss |
it dev nestjs prisma

[nest.js] prisma schema 분리

old - prisma schema 분리서론글을 작성 하던 도중, prisma 에서 드디어 스키마 분리를 지원해 준다는 이슈가 작성 되었다. Support for splitting Prisma schema into multiple files · Issue #2377 · prisma/prismaProblem Prisma currently only supports one single Prisma Schema file. Developers want more flexibility for managing their Prisma Schema files. Motivations: breaking up large schema files to make th...github.com Hey, we just released s..
wono | discuss |
it dev nextjs prisma

PostgreSQL with Next.js and Prisma

Prisma is an awesome libarary if you are like me, bad at write SQL queries and is used to other databases such as Dynamo. It provides a really similar way in querying your data and reduce the stress…
wono | discuss |
it dev nextjs prisma

BUILDING A MVC APPLICATION WITH NEXTJS AND PRISMA

This is a walkthrough of how we can build an MVC-based monolithic application with NextJs and Prisma as our core tools. NextJs is a React framework which means the front-facing UI will be built with…
wono | discuss |
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms