MySQL/MariaDB

Example configuration:

[backend]
datastore = "plugin"
plugin = "mysql.so"
pluginhandler = "NewMySQLHandler"
database = "database connection string"

Note that plugin is the path to your database plugin’s library.

See the Databases page for global database-related information.

Copyright 2021