From 1019d7424328f4dd47f863f674fd4e137da26715 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 20 Jul 2019 18:11:28 +0200 Subject: [PATCH] postgres 9.x is supported too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edab3d02..f1339346 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Other UNIX variants such as *BSD should work too. ## Requirements - Go 1.12 or higher -- A suitable SQL server to use as data provider: MySQL (4.1+) or SQLite 3.x or PostreSQL (10+) +- A suitable SQL server to use as data provider: MySQL (4.1+) or SQLite 3.x or PostreSQL (9+) ## Installation