Go-sqlite3: Question: how to enable FTS5?

Created on 20 Oct 2016  路  1Comment  路  Source: mattn/go-sqlite3

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

Most helpful comment

sorry, it was easy: just go build --tags "fts5" myapplication.go

>All comments

sorry, it was easy: just go build --tags "fts5" myapplication.go

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gaorongfu picture gaorongfu  路  10Comments

KrisCarr picture KrisCarr  路  11Comments

FlorianUekermann picture FlorianUekermann  路  5Comments

SaekiRaku picture SaekiRaku  路  3Comments

apertureless picture apertureless  路  4Comments