Skip to content

C FFI v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 May 11:24
· 74 commits to main since this release
99c353c

Prebuilt libsqlrite_c for every supported platform, plus the sqlrite.h header.

Download the tarball for your platform, extract, and link:

tar xzf sqlrite-ffi-v0.5.1-<platform>.tar.gz
# lib/   — dynamic + static libraries
# include/sqlrite.h — header to #include

See the umbrella release v0.5.1 for the full changelog.

What's Changed

  • fix(storage): pre-collect preferred-pool pages before staging (SQLR-1) by @joaoh82 in #93
  • Release v0.5.1 by @joaoh82 in #94

Full Changelog: sdk/go/v0.5.0...sqlrite-ffi-v0.5.1