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

Download history 317/week @ 2024-07-28 226/week @ 2024-08-04 221/week @ 2024-08-11 69/week @ 2024-08-18 114/week @ 2024-08-25 100/week @ 2024-09-01 169/week @ 2024-09-08 163/week @ 2024-09-15 189/week @ 2024-09-22 335/week @ 2024-09-29 149/week @ 2024-10-06 76/week @ 2024-10-13 122/week @ 2024-10-20 284/week @ 2024-10-27 378/week @ 2024-11-03 314/week @ 2024-11-10

1,098 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

~3.5MB
~65K SLoC