Database Overview

Database systems available on your serverlet.

On our serverlet, you can run several database systems. The following databases are currently pre-installed and supported:

Supported databases

  • Redis β€” a fast key-value database suited for caching and primary data storage
  • MariaDB β€” a relational database system, a fork of MySQL
  • PostgreSQL β€” an advanced open-source relational database system
  • MongoDB β€” a NoSQL document database

All of these databases are pre-installed and ready to use. See the individual pages for detailed information about each one.

Other databases

Other software can be deployed as static Linux AMD64 binaries with the necessary libraries β€” see Runit for how to add your own software to a serverlet.

Last updated