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

#467 in Database interfaces

Download history 199/week @ 2024-10-05 82/week @ 2024-10-12 114/week @ 2024-10-19 272/week @ 2024-10-26 377/week @ 2024-11-02 319/week @ 2024-11-09 218/week @ 2024-11-16 230/week @ 2024-11-23 169/week @ 2024-11-30 203/week @ 2024-12-07 372/week @ 2024-12-14 80/week @ 2024-12-21 198/week @ 2024-12-28 169/week @ 2025-01-04 285/week @ 2025-01-11 217/week @ 2025-01-18

881 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
~66K SLoC