migrations
Versioned schema management even for SQLite databases.
sqlite adds a pure-Go SQLite database to your service using modernc.org/sqlite — no CGO required, single binary deployment.
Use sqlite for embedded databases, single-binary deployments, testing, or scenarios where you don’t want external infrastructure. The pure-Go implementation means no CGO compile-time complexity.
Suggests: migrations
verikt new my-service --language go --cap sqlite# or add to an existing service:verikt add sqlitemigrations
repository
testing