Nikolas

Results 84 issues of Nikolas

The VS code extensions auto-inserts relation fields. It does so by naming the field _exactly_ after the model. However, this is against Prisma's [naming convention](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#naming-conventions-1) of spelling field names in...

kind/improvement
topic: prisma format
topic: relations
team/schema
topic: naming
tech/engines/formatter engine
topic: prisma validate --fix

The new addition of Prisma ORM with Neon uses the [WebSocket](https://neon.tech/docs/serverless/serverless-driver#use-the-driver-over-websockets) connection of the Neon Serverless Driver while the one with Drizzle uses the [HTTP](https://neon.tech/docs/serverless/serverless-driver#use-the-driver-over-http) connection. This PR updates this...

The Supabase-based tests using Prisma ORM and Drizzle _sometimes_ seem to fail with a 500 error. The corresponding API route are [api/supabase-prisma-node](https://github.com/vercel-labs/function-database-latency/blob/main/pages/api/supabase-prisma-node.ts) and [api/supabase-drizzle-node](https://github.com/vercel-labs/function-database-latency/blob/main/pages/api/supabase-drizzle-node.ts). When it breaks, this is the...

We regularly have users who are confused about cold starts of Accelerate and individual queries taking 5-6 randomly. We should document this behaviour in the Accelerate docs (maybe under "Limitations").

docs

This looks a bit off: the `update` paragraph has a different line height in its first line. this is the raw markdown source: ```md | Name | Description | |...

docs

When I set up the Prisma Nuxt module and run the dev server for the first time in a fresh Nuxt project, I see the following output: ``` ✔ Prisma...