File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -265,14 +265,19 @@ types. The driver currently supports the following conversions:
265
265
More conversions can be defined by implementing the ` ToSql ` and ` FromSql `
266
266
traits.
267
267
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
+
268
272
Support for array types is located in the
269
273
[ postgres-array] ( https://github.com/sfackler/rust-postgres-array ) crate.
270
274
271
275
Support for range types is located in the
272
276
[ postgres-range] ( https://github.com/sfackler/rust-postgres-range ) crate.
273
277
274
278
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.
276
281
277
282
## Optional features
278
283
You can’t perform that action at this time.
0 commit comments