Skip to content

Releases: TroutSoftware/sqlite

SQLite 3.45

18 Jan 10:53
Compare
Choose a tag to compare

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

20 Nov 16:50
Compare
Choose a tag to compare

Minor update, matching the latest SQLite amalgamation

Hello World

19 Nov 10:48
497fce7
Compare
Choose a tag to compare

Library to access SQLite as a storage engine with a fluent, no-clutter API.
Make it easy to publish Go code as virtual tables.