Merge pull request #319 from chinedufn/master

Add README link to `r2d2-postgres`
This commit is contained in:
Steven Fackler 2018-01-28 18:10:40 -08:00 committed by GitHub
commit 64286d0804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.