I am trying to perform a full-text search but I get this error:
no such module: fts5
I understand that I should enable SQLITE_ENABLE_FTS5 pre-processor symbol but I don't know how I can do it
sorry, it was easy: just go build --tags "fts5" myapplication.go
Most helpful comment
sorry, it was easy: just go build --tags "fts5" myapplication.go