#diesel #search #full

diesel_full_text_search

Adds support for PostgreSQL full text search to Diesel

18 releases (4 stable)

Uses old Rust 2015

2.1.0 May 26, 2023
2.0.0 Aug 29, 2022
1.0.1 Apr 11, 2018
1.0.0 Jan 2, 2018
0.5.1 Apr 15, 2016

#733 in Database interfaces

Download history 2578/week @ 2023-05-31 2434/week @ 2023-06-07 3594/week @ 2023-06-14 3734/week @ 2023-06-21 3388/week @ 2023-06-28 3204/week @ 2023-07-05 3301/week @ 2023-07-12 4466/week @ 2023-07-19 3767/week @ 2023-07-26 3335/week @ 2023-08-02 3238/week @ 2023-08-09 3239/week @ 2023-08-16 4398/week @ 2023-08-23 3336/week @ 2023-08-30 4289/week @ 2023-09-06 3926/week @ 2023-09-13

16,658 downloads per month
Used in 3 crates

MIT license

10KB
183 lines

diesel_full_text_search

crates.io docs

Add support for Postgres full text search to diesel, the safe, extensible ORM and query builder for Rust.

This crate also serves as an example of how to extend diesel with database specific features outside of diesel itself as third party crate.

Dependencies

~3MB
~56K SLoC