14 releases
0.3.1 | Dec 19, 2023 |
---|---|
0.3.0 | Sep 7, 2022 |
0.2.7 | Jun 1, 2022 |
0.2.5 | Mar 11, 2022 |
0.1.3 | Oct 26, 2017 |
#584 in Database interfaces
1,098 downloads per month
Used in 10 crates
(2 directly)
26KB
503 lines
diesel_ltree
Adds support for the ltree
PostgreSQL extension type to Diesel, supporting all functions and operators thereon.
lib.rs
:
diesel_ltree provides support for Postgres's ltree extension, including all of the operations and functions for working with hierarchial data in Postgres.
Dependencies
~3.5MB
~65K SLoC