OneBit Deploy
Databases

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

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.

Create a managed database

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.

On this page