Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 562 Bytes

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.