can someone explain what prisma is? is it basicall...
# prisma-whats-new
j
can someone explain what prisma is? is it basically a thing that creates a graphQL api for you?
n
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
So it doesn’t come with its own database as an option?
n
@ajmakhl you can connect any MySQL DB, and soon more DBs as well (like Mongo, Postgres, Elastic Search, ...). https://github.com/graphcool/prisma/issues/1751