DUXPLIMA Documentation

Database

SQLite by default, MySQL or MariaDB and PostgreSQL for networks.

Storage is embedded SQLite unless you point it elsewhere. Every backend runs the same schema and the same migrations.

PageWhat it covers
SQLiteThe default: no setup, one file, when it stops being enough
MySQL and MariaDBConnecting a shared database, pool sizing, backups
PostgreSQLThe same, on Postgres