C FFI v0.5.1
·
74 commits
to main
since this release
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