prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

feat(postgres): support full-text search on Postgres #306

Closed Weakky closed 3 years ago

Weakky commented 3 years ago

Overview

Adds text_search() function and .matches() comparable to support full-text search on Postgres. Check out rustdocs to see the usages.