:wave: I saw a guide how to initiate RDS stack the...
# help
k
👋 I saw a guide how to initiate RDS stack then another one how to use prisma client. But how do I implement prisma with RDS?
f
There are two way to connect to RDS, using RDS Data API (no vpc, recommended), or using connection pool (vpc required).
I don’t think Prisma supports Data API yet https://github.com/prisma/prisma/issues/1964
We recommend following the PostgreSQL example and use Kysely instead of Prisma