DatabasesEngines

Database Engines

DockHosting supports relational, document, cache, analytics, and object-storage engines.

Engines

EngineCommon use
PostgreSQLMost production apps, relational data, SQL
MySQLWordPress, Laravel, common SQL apps
MariaDBMySQL-compatible workloads
MongoDBDocument data
Redis / ValkeyCache, queues, sessions
ClickHouseAnalytics and large event tables
MinIOS3-compatible object storage

Choosing one

Use PostgreSQL unless your framework or workload has a clear reason to choose something else. Use Redis/Valkey for cache or queues, not as your only database.