Sqlite MATCH text search #279
Labels
api
Related to library's API
enhancement
New feature or request
sqlite
Related to sqlite
typescript
Related to Typescript
If I have a sqlite db with a virtual table using fts like so:
and then I try and reference it within Kysely
I get a type error on match.
The syntax for the query would look like
Are match queries supported in kysely?
Thanks in advance
The text was updated successfully, but these errors were encountered: