Hi! Has anyone tried FaunaDB? I’ve seen there’s a Rust connector in Prisma repo but I’m a bit confused about FaunaDB vs Prisma. Aren’t they alternatives to each other? What’s the benefit of running Prisma on top of it? Migrations?
d
divyendu
09/13/2019, 11:43 AM
Fauna is a distributed serverless DB, Prisma is not a DB
Prisma provides migrations + type safety over any database.
We will have a Fauna connector in future 🙂
f
Fran Dios
09/13/2019, 11:59 AM
That was a very broad question, sorry about that. I meant FaunaDB vs “Prisma + DB”, specifically in a GraphQL environment 😅
I guess migrations and type safety are the key differences, thanks!