Implement FTS5 for order search

This commit is contained in:
bronku 2025-03-30 14:46:01 +02:00
parent 81b442fcc4
commit 2588f2c54e
6 changed files with 125 additions and 4 deletions

2
go.mod
View file

@ -4,6 +4,8 @@ go 1.23.5
require github.com/mattn/go-sqlite3 v1.14.24
require github.com/knaka/go-sqlite3-fts5 v0.0.0-20240729040425-e53b86878d0d
require (
golang.org/x/crypto v0.36.0
golang.org/x/sys v0.31.0 // indirect