Workaround for sqlx bug (#15)

This commit is contained in:
mdecimus
2023-07-24 11:48:23 +02:00
parent e8df912b27
commit 9725aa75f2
4 changed files with 35 additions and 20 deletions

View File

@@ -37,6 +37,7 @@ const CONFIG: &str = r#"
[directory."sql"]
type = "sql"
address = "sqlite::memory:"
#address = "mysql://root:secret@localhost:3306/stalwart?ssl_mode=disabled"
[directory."sql".options]
catch-all = true