Hi everyone, I'm trying to build a stack that use...
# help
h
Hi everyone, I'm trying to build a stack that uses sst.RDS + sst.GraphQLApi and also Prisma as a database client. Prisma needs the database credentials like a URL connection but I don't know how I can get it. Maybe someone can help me please,
t
Hey henry, our RDS construct is meant to be used with kysely. It's similar to Prisma but works with the data api
Prisma is not serverless friendly
This isn't released yet but you can poke around this https://github.com/serverless-stack/graphql-stack
h
Thaks @thdxr for your answer.