babashka/pod-babashka-go-sqlite3

enable fts5

Closed this issue · 2 comments

log: SQLite FTS5 support: {:sqlite_compileoption_used('ENABLE_FTS5') 0}

SELECT sqlite_compileoption_used('ENABLE_FTS5');

I'm new to this library so perhaps there is some configuration and tooling. But how can I get full text search available in the sqlite? I see this old comment in the go-sqlite library.

this possibly could work with setting the -tag fts5 when building the pod binary. will be taking a look soon.

#18 does this, @borkdude should we enable this generally? im adding some tests too