services.maubot.settings.database

NixOS option

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

type: string
Default
"sqlite:maubot.db"
Example
"postgresql://username:password@hostname/dbname"
declared in: nixos/modules/services/matrix/maubot.nixView source on NixOS/nixpkgs →