Closed tionis closed 4 months ago
You need to build with sqlite_vtable
.
https://github.com/mattn/go-sqlite3/blob/3c0390b77cba9a7eaee4102e1ca6a35c14e2de7c/sqlite3_opt_vtable.go#L6
You're right! For context: The library works if the sqlite_vtable or vtable Go build tags are set. E.g. like so:
go build -tags "sqlite_vtable" .
(Or Alternatively using the GO_FLAGS env var)
I'm getting the following error during compile: