Mention postgres-deriving in README

This commit is contained in:
Steven Fackler 2016-02-21 20:29:05 -08:00
parent 15fe3f7c5f
commit 92dc6f6558

View File

@ -265,6 +265,10 @@ types. The driver currently supports the following conversions:
More conversions can be defined by implementing the `ToSql` and `FromSql`
traits.
The [postgres-deriving](https://github.com/sfackler/rust-postgres-deriving)
crate will synthesize `ToSql` and `FromSql` implementations for enum, domain,
and composite Postgres types.
Support for array types is located in the
[postgres-array](https://github.com/sfackler/rust-postgres-array) crate.
@ -272,7 +276,8 @@ Support for range types is located in the
[postgres-range](https://github.com/sfackler/rust-postgres-range) crate.
Support for the large object API is located in the
[postgres-large-object](https://github.com/sfackler/rust-postgres-large-object) crate.
[postgres-large-object](https://github.com/sfackler/rust-postgres-large-object)
crate.
## Optional features