Hi! Has anyone tried FaunaDB? I’ve seen there’s a ...
# orm-help
f
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
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
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!
👌 1