MyNixOS website logo
option

services.maubot.settings.database

The full URI to the database. SQLite and Postgres are fully supported. Other DBMSes supported by SQLAlchemy may or may not work.

Declarations
Type
string
Default
"sqlite:maubot.db"
Example
"postgresql://username:password@hostname/dbname"