#PrismaORM
O PrismaORM facilita a vida da gente as veze

(Prisma tava dando problema na vercel, ai to usando SQL mesmo)
April 30, 2025 at 8:06 PM
7. aprila 2025 štartala prenovljena spletna trgovina v naši izvedbi www.rabljeniracunalniki.si

#svelte #nodejs #postgresql #fastify #varnish #prismaorm
April 15, 2025 at 5:29 PM
SQLのLIMITに相当するもので、Prismaならプロパティ名を"limit"ではなく"take"にするのが普通。
でも (少なくとも)MySQL/MariaDB の UPDATE は OFFSET 指定ができない。
Prismaの"take"が使えるのに"skip"が使えないと、開発者としてモヤモヤする。
だから区別するため"limit"に決まったのかもしれない。
dev.mysql.com/doc/refman/8...
#PrismaORM #SQL
January 29, 2025 at 10:09 AM
Passando raiva com PrismaORM
January 13, 2025 at 7:32 PM
Created a
@turbo.build
setup with

@nextjs.org
- Frontend with shadcn/ui
@shadcn.com

Nestjs
- Backend

git.new/superepo

Please ⭐️ / fork..

Next up.
▶️ Authantication & Authorization
▶️ Rbac
▶️ neon postgres (fav)

Deciding beween PrismaORM and @drizzle.team - thoughts?
GitHub - imohitarora/superepo
Contribute to imohitarora/superepo development by creating an account on GitHub.
git.new
December 6, 2024 at 8:04 PM
Nunca pergunte ao PrismaORM como ele monta as suas consultas
December 3, 2024 at 8:32 PM
Use case of ORM. Good starting speed but you always reach limit and need to switch to raw query, since all abstractions are leaky.

#ORM, #EF, #PrismaORM
November 11, 2024 at 11:57 AM
Oh yeah, i just remember why i'm not deployed my project to cloudflare pages.

So, i'm using Prisma and i need to export edge runtime in the route handler in order to be able to deployed in cloudflare pages, meanwhile prisma can't run in edge runtime, bruh ...

#Nextjs #PrismaORM #CloudflarePages
October 22, 2024 at 4:14 PM
Thanks chatGPT for knowing everything about modelling, mongo, prisma etc, except that some cloud DBs hate the way prismaorm behaves. I remember trying to use it with elephantsql.com few years ago.
September 8, 2024 at 8:39 PM