15 releases

0.4.0 Dec 17, 2024
0.3.1 Dec 19, 2023
0.3.0 Sep 7, 2022
0.2.7 Jun 1, 2022
0.1.3 Oct 26, 2017

#507 in Database interfaces

Download history 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 315/week @ 2024-11-10 210/week @ 2024-11-17 241/week @ 2024-11-24 172/week @ 2024-12-01 191/week @ 2024-12-08 376/week @ 2024-12-15 131/week @ 2024-12-22

891 downloads per month
Used in 10 crates (2 directly)

MIT license

26KB
505 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
~67K SLoC