I see this example with `postgresql` db. Can I use...
# help
k
I see this example with
postgresql
db. Can I use it with
prisma
in my SST app? https://serverless-stack.com/examples/how-to-use-postgresql-in-your-serverless-app.html
f
Hey @Karolis Stulgys, here’s an example with Primsa https://github.com/serverless-stack/serverless-stack/tree/master/examples/prisma
k
@Frank hey, saw that, thanks but how do I construct a DATABASE_URL if I use aurora db?
f
can i see how u r creating the RDS cluster?
k
is that
cluster.secretArn
? I haven't worked with aurora before (i'm still somewhat new to serverless). I'm thinking whether I should go with aurora or just grab postgress from heroku or railway.app
f
Ah.. it’s
cluster.clusterEndpoint
.
k
While I have you here could you take a look to my seed.run problem? https://serverless-stack.slack.com/archives/C01UJ8MDHEH/p1650993875933529
f
I’d recommend giving aurora db a go. If you are starting form scratch, try not using Primsa. Try using the Aurora Serverless v1 DB.
Yup I will follow up in the thread.
k
I'm somewhat comfortable with prisma though
I just need a database where I can store the data