From 9276f55dbda1f787401a2dc8869f5e0fbb78c4cb Mon Sep 17 00:00:00 2001 From: Zac <579103+7a6163@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:14:24 +0800 Subject: [PATCH] bugfix: README for postgresql --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9d3647..3cd3578 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Ledger Databases -Adds support for MySQL and H2 databases in Ledger +Adds support for MySQL, H2, and PostgreSQL databases in Ledger ## Use ## Common -For both MySQL and H2, you will need to place Ledger Databases in your mods folder along with Ledger 1.1.0 or newer +For both MySQL, H2, and PostgreSQL, you will need to place Ledger Databases in your mods folder along with Ledger 1.1.0 or newer ## H2 @@ -36,7 +36,7 @@ properties = [] ```toml [database_extensions] -database = "MYSQL" +database = "POSTGRESQL" url = "" username = "" password = ""