Files
via/internal/examples/shakespeare/README.md
Jeff Winkler 3ee90b30d8 SQLite FTS example (#20)
* SQLite FTS example

* refactor: remove via cfg chaining

---------

Co-authored-by: Joao Goncalves <joao.goncalves01@gmail.com>
2025-11-18 12:09:56 -01:00

9 lines
244 B
Markdown

## 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`