docs/1.9/05-FAQ/02-Technical.md
There are basically two ways for hosting Prisma:
At the moment, Prisma supports MySQL as a database technology (with a lot more coming in the future). Connecting an existing MySQL database will require the following steps:
If you want to migrate from an existing data source, you can check out our plans to support automatic data imports here.
MySQL is the very first database supported by Prisma. You can find more information about which databases will be supported here.
If you have any preferences on which database you'd like to see implemented, you can create a new feature request or give a +1 for an existing one.
By its very nature, Prisma Cloud does not come with a built-in Database.
We offer a fully managed solution where we optionally offer you a database. https://www.prisma.io/cloud/ (search for “serverless hosting”)
There are demo servers available in Prisma Cloud where you can create demo services, which will use the DB assigned to those servers (owned by Prisma for development purposes).
GraphQL comes with a plethora of benefits for application development:
Because Prisma is only a layer on top of your database, you still have full control over the database itself. This means you have the full power and flexibility regarding your own backup strategy.
Prisma also offers a data export feature which you can use to create continuous backups for your data from the API layer.