From fee3679cb972289795408fefc3c67229bb5f3fbd Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 3 Sep 2015 13:48:18 -0500 Subject: [PATCH] Note inet and cidr support in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86b3e2ba..1357f1f2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Pgx supports many additional features beyond what is available through database/ * Configurable connection pool with after connect hooks to do arbitrary connection setup * PostgreSQL array to Go slice mapping for integers, floats, and strings * Hstore support +* Maps inet and cidr PostgreSQL types to net.IPNet * Large object support ## Performance