We're evaluating wa-sqlite for a project. Would it be im/possible to set up full text support (fts5)? If possible, roughly how so? I see there's a call to create_module to add ARRAY. Or would we need to customize the Makefile? I read that "FTS5 is included as part of the SQLite amalgamation" but the Makefile already mentions "amalgamation" so I'm not sure. NOTE: I'm using the buildless branch right now.
We're evaluating wa-sqlite for a project. Would it be im/possible to set up full text support (fts5)? If possible, roughly how so? I see there's a call to
create_module
to addARRAY
. Or would we need to customize the Makefile? I read that "FTS5 is included as part of the SQLite amalgamation" but the Makefile already mentions "amalgamation" so I'm not sure. NOTE: I'm using the buildless branch right now.