Skip to content

Commit 92dc6f6

Browse files
committed
Mention postgres-deriving in README
1 parent 15fe3f7 commit 92dc6f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,19 @@ types. The driver currently supports the following conversions:
265265
More conversions can be defined by implementing the `ToSql` and `FromSql`
266266
traits.
267267

268+
The [postgres-deriving](https://github.com/sfackler/rust-postgres-deriving)
269+
crate will synthesize `ToSql` and `FromSql` implementations for enum, domain,
270+
and composite Postgres types.
271+
268272
Support for array types is located in the
269273
[postgres-array](https://github.com/sfackler/rust-postgres-array) crate.
270274

271275
Support for range types is located in the
272276
[postgres-range](https://github.com/sfackler/rust-postgres-range) crate.
273277

274278
Support for the large object API is located in the
275-
[postgres-large-object](https://github.com/sfackler/rust-postgres-large-object) crate.
279+
[postgres-large-object](https://github.com/sfackler/rust-postgres-large-object)
280+
crate.
276281

277282
## Optional features
278283

0 commit comments

Comments
 (0)