SaaS / serverless database

Using a dedicated service to handle database creation is probably the fastest option in terms of provisioning time.

Services like Neon (Postgres) or PlanetScale (MySQL) support database branching, which essentially works like a git branch, but for databases: it spins up a new instance of the database with all the data in it, in a matter of seconds.


Neon (Postgres)

Please consult the dedicated section for integrating Bunnyshell with Neon.


PlanetScale (MySQL)

Please consult the dedicated section for integrating Bunnyshell with PlanetScale