Releases: TroutSoftware/sqlite
Releases · TroutSoftware/sqlite
SQLite 3.45
Fixed
- Reading into a byte array would return dangling references
Changed
- SQLite engine updated to 3.45.0
Our fav benchmark (nested loops, aka the N + 1 query problem) is still looking very good:
goos: linux
goarch: amd64
pkg: github.com/TroutSoftware/sqlite
cpu: 12th Gen Intel(R) Core(TM) i7-12700
│ eed8464.bench │ 703a1be.bench │
│ sec/op │ sec/op vs base │
LoopTables-20 42.16m ± 4% 41.76m ± 5% ~ (p=0.912 n=10)
SQLite 3.44
Minor update, matching the latest SQLite amalgamation
Hello World
Library to access SQLite as a storage engine with a fluent, no-clutter API.
Make it easy to publish Go code as virtual tables.