Skip to content

SudoSOS Back-end API / config / DatabaseConnection

Type Alias: DatabaseConnection ​

ts
type DatabaseConnection = "better-sqlite3" | "postgres" | "mariadb" | "mysql";