Update README for Range move
This commit is contained in:
parent
deeb7042ce
commit
86f6faea16
15
README.md
15
README.md
@ -222,18 +222,6 @@ types. The driver currently supports the following conversions:
|
||||
</td>
|
||||
<td>UUID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>types::range::Range<i32></td>
|
||||
<td>INT4RANGE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>types::range::Range<i64></td>
|
||||
<td>INT8RANGE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>types::range::Range<Timespec></td>
|
||||
<td>TSRANGE, TSTZRANGE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>std::collections::HashMap<String, Option<String>></td>
|
||||
<td>HSTORE</td>
|
||||
@ -247,6 +235,9 @@ traits.
|
||||
Support for Postgres arrays is located in the
|
||||
[postgres-array](https://github.com/sfackler/rust-postgres-array) crate.
|
||||
|
||||
Support for Postgres ranges is located in the
|
||||
[postgres-range](https://github.com/sfackler/rust-postgres-range) crate.
|
||||
|
||||
## Optional features
|
||||
|
||||
### UUID type
|
||||
|
Loading…
Reference in New Issue
Block a user