prisma / quaint

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

MySql Full text support #337

Closed garrensmith closed 2 years ago

garrensmith commented 2 years ago

Add the ability to query a MySql full text index.

There is also a fix to how we perform text indexes with Postgres.