Replies: 1 comment
-
|
We are happy to receive a concrete proposal for such a api + some thoughts about how to handle this for sqlite distributions with FTS disabled. Otherwise this is at least for me nothing I plan to work on for a foreseeable future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to SQLite custom functions (#1103) which diesel now supports (#1691), SQLite also has the related concept of Custom Auxiliary Functions for its full-text search (FTS) functionality.
It would be useful to be able to register a Rust function with sqlite in the same way as normal sqlite custom functions.
Beta Was this translation helpful? Give feedback.
All reactions