You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: switch to pure-Go SQLite driver (modernc.org/sqlite)
Enables CGO_ENABLED=0 builds for bare-metal deployment with SQLite.
Replaces mattn/go-sqlite3 which required CGO.