Skip to content

MariaDB

MariaDB is a relational database that’s compatible with MySQL, and adds performance and tooling improvements. You can use MariaDB when your project requires a db compatible with MySQL or if you are migrating existing MySQL workloads.

Add to your project

Paste this entry into the addons list in diploi.yaml to add MariaDB to your project.

addons:
- name: MariaDB
identifier: mariadb
package: https://github.com/diploi/addon-mariadb#main

See also