docs/1.13/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.
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.