Managed Databases

Four Database Engines, Zero Management Overhead

MySQL, PostgreSQL, Redis, and MongoDB are all available on every plan. Provision in seconds, connect instantly, and let us handle the rest.

Private networking, automatic credentials, and CLI access included

Fully Managed, Fully Included

Every database feature is included with every plan. No per-database charges, no connection limits.

Four Engines

MySQL, PostgreSQL, Redis, and MongoDB — choose the right database for your application.

Private Networking

Databases run on isolated private networks. Only your applications can connect — never exposed to the internet.

One-Click Setup

Provision a new database in seconds. Credentials are automatically generated and injected into your app.

CLI Access

Connect to any database directly from SSH. MySQL CLI, psql, redis-cli, and mongosh all available.

Secure by Default

Strong passwords auto-generated. Restricted user permissions. Dangerous commands blocked on Redis.

Persistent Storage

Database data persists across restarts on high-speed NVMe storage.

Choose the Right Engine

Each engine is optimized for different workloads. Use one or combine several in a single account.

MySQL

MariaDB 10.11

Best for: WordPress, Laravel, traditional web apps

  • Full SQL support
  • InnoDB storage engine
  • Automatic crash recovery
  • Optimized query cache

PostgreSQL

PostgreSQL 16

Best for: Complex queries, GIS data, JSON workloads

  • JSONB support
  • Full-text search
  • Advanced indexing
  • ACID compliance

Redis

Redis 7

Best for: Caching, sessions, queues, real-time data

  • In-memory speed
  • Pub/Sub messaging
  • Sorted sets & lists
  • Persistence options

MongoDB

MongoDB 7

Best for: Document storage, flexible schemas, analytics

  • Document model
  • Aggregation pipeline
  • Flexible schemas
  • Horizontal scaling

Private, Secure, and Always Accessible

Your databases are never exposed to the public internet. They run on private networks that only your applications and SSH sessions can reach.

Isolated private network
Each account gets its own internal network. Database traffic never touches the public internet.
Auto-generated credentials
Strong passwords are created automatically and injected into your application environment.
Restricted permissions
Database users have only the permissions they need. Dangerous operations like FLUSHALL are blocked on Redis.
CLI access from SSH
Use mysql, psql, redis-cli, or mongosh directly from your terminal session. Credentials are pre-loaded.
NVMe-backed storage
All database files reside on high-speed NVMe drives with data persistence across restarts.
Database Session
$ mysql -u mysite -p
Welcome to MariaDB monitor.
Server version: 10.11.8-MariaDB
 
MariaDB [mysite_db]> SHOW TABLES;
+------------------------+
| Tables_in_mysite_db |
+------------------------+
| users |
| posts |
| sessions |
| migrations |
+------------------------+
4 rows in set (0.001 sec)
 
MariaDB [mysite_db]> SELECT COUNT(*)
     FROM users;
+----------+
| COUNT(*) |
+----------+
| 1247 |
+----------+
1 row in set (0.003 sec)

Unlimited Databases on Every Plan

All four database engines are included. No per-database fees, no connection surcharges.

Starter

Perfect for personal websites

$5.99/mo

Billed monthly

1 GB
RAM
0.5 vCPU
Processor
Start Free Trial
  • 1 GB RAM
  • 0.5 vCPU
  • 10 GB SSD Storage
  • 1 TB Bandwidth
  • Free SSL Certificate
  • File Manager Access
  • Unlimited Databases
  • Weekly Backups

Also supports: WordPress, Laravel, Node.js, PHP, Static Sites

Most Popular

Pro

For growing businesses

$11.99/mo

Billed monthly

2 GB
RAM
1 vCPU
Processor
Start Free Trial
  • 2 GB RAM
  • 1 vCPU
  • 12 GB SSD Storage
  • 2 TB Bandwidth
  • Free SSL Certificate
  • File Manager Access
  • SSH Access
  • Git Deployment
  • Unlimited Databases
  • Backups (2x/week)

Also supports: WordPress, Laravel, Node.js, PHP, Static Sites

Business

For high-traffic sites

$23.99/mo

Billed monthly

4 GB
RAM
2 vCPU
Processor
Start Free Trial
  • 4 GB RAM
  • 2 vCPU
  • 25 GB SSD Storage
  • Unmetered Bandwidth
  • Free SSL Certificate
  • File Manager Access
  • SSH Access
  • Git Deployment
  • Unlimited Databases
  • Staging Environment
  • Daily Backups

Also supports: WordPress, Laravel, Node.js, PHP, Static Sites

Enterprise

Maximum power for demanding workloads

$47.99/mo

Billed monthly

8 GB
RAM
4 vCPU
Processor
Start Free Trial
  • 8 GB RAM
  • 4 vCPU
  • 50 GB SSD Storage
  • Unmetered Bandwidth
  • Free SSL Certificate
  • File Manager Access
  • SSH Access
  • Git Deployment
  • Unlimited Databases
  • Staging Environment
  • Priority Support
  • Daily Backups

Also supports: WordPress, Laravel, Node.js, PHP, Static Sites

3-day free trial. No credit card required to start.

Provision Your First Database in Seconds

Choose from MySQL, PostgreSQL, Redis, or MongoDB. Credentials are generated automatically and your app is connected instantly.

Start Your Free Trial