services.wakapi.database.dialect

NixOS option

The database type to use for Wakapi.

type: null or one of "postgres", "sqlite3", "mysql", "cockroach", "mssql"
Default
''
  Database dialect from settings if {option}`services.wakatime.settings.db.dialect`
  is set, or `null` otherwise.
''
declared in: nixos/modules/services/web-apps/wakapi.nixView source on NixOS/nixpkgs →