Skip to main content

Managed databases: Postgres, MongoDB, and Redis

Hostless Databases are fully managed database instances that you can provision with a single click. Each database comes with automatic TLS encryption, connection pooling (for PostgreSQL), and the ability to scale resources as your application grows.

Supported Database Types

Hostless supports four popular database engines:

DatabaseVersionsDefault Port
PostgreSQL11, 12, 13, 14, 15, 16, 17, latest5432
MySQL5.7, 8.0, 8.4, 9.0, latest3306
MongoDB4.4, 5.0, 6.0, 7.0, 8.0, latest27017
Redis6.x, 7.x, latest6379

Key Features

  • Automatic TLS/SSL - All database connections are encrypted by default
  • Connection Pooling - PostgreSQL databases include PgBouncer for efficient connection management
  • Easy Scaling - Adjust CPU, memory, and storage through the dashboard
  • App Linking - Connect your database to apps with automatic environment variable injection
  • Secure Access - Each database gets a unique hostname and auto-generated credentials

Pricing

You can run unlimited databases. CPU and memory draw on one shared free allowance per account, storage is free within a per-database ceiling, and only usage above an allowance is billed. There is no base fee. See Database Billing for rates and examples.

Next Steps