Managed databases
Provision managed PostgreSQL, MySQL, MariaDB and MongoDB databases on OneBit Deploy.
OneBit Deploy can provision managed databases for your apps, so you don't have to run or maintain database servers yourself. Each database comes with a connection string you drop into your app's environment.
Available engines
PostgreSQL
Popular open-source relational database.
MySQL & MariaDB
Widely used relational databases.
MongoDB
Document database for flexible schemas.
Create a database
From the dashboard, choose New → Managed database, pick an engine, name it and deploy. OneBit provisions the database and gives you connection details.

Managed databases are available on paid plans (Hobby and Enterprise). There are no automated managed backups yet — if your data is critical, take your own exports regularly.
Using your database
Copy the connection string into your app as an environment variable, then connect from your code as you normally would. See Connecting to a database for details.