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

#515 in Database interfaces

Download history 409/week @ 2023-12-31 354/week @ 2024-01-07 235/week @ 2024-01-14 296/week @ 2024-01-21 195/week @ 2024-01-28 196/week @ 2024-02-04 249/week @ 2024-02-11 267/week @ 2024-02-18 342/week @ 2024-02-25 304/week @ 2024-03-03 284/week @ 2024-03-10 256/week @ 2024-03-17 264/week @ 2024-03-24 336/week @ 2024-03-31 251/week @ 2024-04-07 304/week @ 2024-04-14

1,188 downloads per month
Used in 10 crates (2 directly)

MIT license

26KB
503 lines

diesel_ltree Build status crates.io version

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

~2.5MB
~55K SLoC