From 1ab0775aaa451ecf9e3c03c2cd3546e94a8451ad Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 28 Jan 2018 19:42:36 -0500 Subject: [PATCH] Add README link to r2d2-postgres --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6355045..3ebb58c3 100644 --- a/README.md +++ b/README.md @@ -355,3 +355,7 @@ support is provided optionally by the `with-geo` feature, which adds `ToSql` and Paths converted from LineString are always treated as "open" paths. Requires `geo` version 0.4. Use the [pclose](https://www.postgresql.org/docs/8.2/static/functions-geometry.html#FUNCTIONS-GEOMETRY-FUNC-TABLE) geometric function to insert a closed path. + +## See Also + +- [r2d2-postgres](https://github.com/sfackler/r2d2-postgres) for connection pool support.