Prepared Stements
I was looking into using AWS RDS Proxy with Prisma and ran into this
https://www.prisma.io/docs/guides/deployment/deployment-guides/caveats-when-deploying-to-aws-platforms#aws-rds-proxy
I was wondering does DrizzleORM use prepared statements for everything like Prisma does? Would I run into the same issue if I switched to Drizzle?
1 Reply
We have first-class prepared statements support - https://orm.drizzle.team/docs/performance#prepared-statement
Performance – DrizzleORM
Drizzle ORM | %s