Hello - confused about Prisma. From what I underst...
# orm-help
j
Hello - confused about Prisma. From what I understand I have to create a SQL db somewhere and then connect it to Prisma once my Prisma Layer has been lunched on a service such as AWS Lambda. Graphcool gave me a DB instance I could start pushing to. I dont want to use, let alone setup an SQL DB! I get that people will be able to migrate from because of this - but Graphcool let me go forward.
s
So what exactly is your approach for storing data right now?
k
Would you prefer a different kind of DB? Do you want to use a DB instance you already have running somewhere? Or do you want no DB at all? If you'd rather not use their cloud I can show you how to set up a pair of docker containers for Prisma and MySQL that takes very little effort to run locally on your computer.