Version v0.15.3
This project has now a reimplementarion in Rust, called sqliterg
, at sqliterg.dev. It is not a 1:1 rewrite, but I tried to fix some concepts that I feel I got wrong here; plus it's smaller, (even) faster, (even) less memory-hungry and it can be built with an embedded sqlite or using the one on the system. You should feel at home with it, anyway a migration guide is here.
ws4sqlite
is not really deprecated, it will continue to receive libraries updates (about monthly), but probably not new features.
Aligned to SQLite 3.41.2. Compiled with go 1.21.6.
- CI with Github Actions
- Switched to trunk based workflow
- Library updates (incl. security fixes upstream)
Docker images for amd64, arm and arm64 are here.
This release is backwards compatible with v0.11.x, and the existing client libraries don't need to be changed.