diff --git a/docs/configuration.md b/docs/configuration.md index 7357ef52..87c17502 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -196,6 +196,10 @@ $config_table{ name = "mysql", description = "MySQL connection settings", default = "[*See MySQL docs*](database.html)" + }, + { + name = "sqlite", + description = "SQLite connection settings" } }