prisma / quaint

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

feat(mysql): Add text search relevance to mysql #341

Closed garrensmith closed 2 years ago

garrensmith commented 2 years ago

Adds visit_text_search_relevance support to mysql and refactors the original postgres only support to allow any connector to be able to implement it.