From dd4d023bec0b028792619f4a52eb8b95bd638120 Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Thu, 3 Mar 2022 08:17:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884e25c1..4c45d167 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Connector libraries can inform the developer of missing features at compile time They also interpret expressions specifically where needed. For example, the connector could use the operator|| or the concat method for string concatenation without the developer being required to change the statement. -Connectors for MySQL, MariaDB, sqlite3, sqlcipher are included in this repository. +Connectors for MariaDB, MySQL, PostgreSQL, sqlite3, sqlcipher are included in this repository. The library is already used in production but it is certainly not complete yet. Feature requests, bug reports, contributions to code or documentation are most welcome.