Join Slack
Powered by
:wave: I saw a guide how to initiate RDS stack the...
# help
k
Karolis Stulgys
06/18/2022, 7:44 AM
👋 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
Frank
06/20/2022, 6:19 AM
There are two way to connect to RDS, using RDS Data API (no vpc, recommended), or using connection pool (vpc required).
Frank
06/20/2022, 6:19 AM
I don’t think Prisma supports Data API yet
https://github.com/prisma/prisma/issues/1964
Frank
06/20/2022, 6:21 AM
We recommend following the
PostgreSQL example
and use Kysely instead of Prisma
Open in Slack
Previous
Next