SQLite FTS example (#20)

* SQLite FTS example

* refactor: remove via cfg chaining

---------

Co-authored-by: Joao Goncalves <joao.goncalves01@gmail.com>
This commit is contained in:
Jeff Winkler
2025-11-18 08:09:56 -05:00
committed by GitHub
parent 0064150cbc
commit 3ee90b30d8
8 changed files with 401 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
## Shake.db
This DB was constructed following this excellent talk: https://www.youtube.com/watch?v=RqubKSF3wig
## Running
It's important to pass the fts5 build tag, or you'll get `no such module: fts5`.
Run with: `go run -tags fts5 main.go`