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

#660 in Database interfaces

Download history 217/week @ 2024-11-18 240/week @ 2024-11-25 168/week @ 2024-12-02 180/week @ 2024-12-09 380/week @ 2024-12-16 147/week @ 2024-12-23 122/week @ 2024-12-30 171/week @ 2025-01-06 281/week @ 2025-01-13 257/week @ 2025-01-20 218/week @ 2025-01-27 363/week @ 2025-02-03 249/week @ 2025-02-10 254/week @ 2025-02-17 287/week @ 2025-02-24 383/week @ 2025-03-03

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