#diesel #ltree #diesel-ltree

diesel_ltree

Adds support for the PostgreSQL ltree extension to Diesel

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

#408 in Database interfaces

Download history 159/week @ 2024-12-04 223/week @ 2024-12-11 296/week @ 2024-12-18 126/week @ 2024-12-25 149/week @ 2025-01-01 245/week @ 2025-01-08 247/week @ 2025-01-15 258/week @ 2025-01-22 287/week @ 2025-01-29 334/week @ 2025-02-05 212/week @ 2025-02-12 287/week @ 2025-02-19 344/week @ 2025-02-26 372/week @ 2025-03-05 307/week @ 2025-03-12 251/week @ 2025-03-19

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