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

#462 in Database interfaces

Download history 104/week @ 2024-10-08 90/week @ 2024-10-15 146/week @ 2024-10-22 328/week @ 2024-10-29 309/week @ 2024-11-05 330/week @ 2024-11-12 230/week @ 2024-11-19 254/week @ 2024-11-26 118/week @ 2024-12-03 182/week @ 2024-12-10 377/week @ 2024-12-17 138/week @ 2024-12-24 140/week @ 2024-12-31 221/week @ 2025-01-07 236/week @ 2025-01-14 257/week @ 2025-01-21

855 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