can someone explain what prisma is? is it basically a thing that creates a graphQL api for you?
n
nikolasburk
04/04/2018, 2:25 PM
Hey Jordan 👋 Prisma is a tool that helps you build GraphQL servers. It does by providing a GraphQL API for your database which you can then use as the foundation for your own GraphQL server.
👍 2
a
ajmakhl
04/04/2018, 4:19 PM
So it doesn’t come with its own database as an option?