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

2
go.mod
View File

@@ -5,8 +5,10 @@ go 1.25.4
require maragu.dev/gomponents v1.2.0
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/fsnotify/fsnotify v1.9.0
github.com/go-via/via-plugin-picocss v0.1.0
github.com/mattn/go-sqlite3 v1.14.32
github.com/starfederation/datastar-go v1.0.3
github.com/stretchr/testify v1.10.0
)