rynobax / hathi

Backend for Tembo
2 stars 0 forks source link

Database #3

Open rynobax opened 5 years ago

rynobax commented 5 years ago

What should we use for the database? Probably something free 😀

Free hosted options I know of:

Firestore Prisma cloud Dynamodb We could also run a free server on ec2 or something, but that sounds like a pain

rynobax commented 5 years ago

I've always wanted to try Prisma so I would vote that

bharget commented 5 years ago

Prisma works for me! I was actually planning on using it for something else with MySQL and GraphQL Yoga

bharget commented 5 years ago

I think we would also need to pick a database type right? Like MySQL or PostgreSQL. I think I would opt for MySQL but I'm open to trying something different

rynobax commented 5 years ago

Yeah. We should probably decide on the general form of the data before we pick one