0.1.5
Pre-release
Pre-release
This release is intended to be the latest "0.1" release before 0.2.0, which will introduce major breaking API changes.
This release has a few important updates since the original 0.1.0 release:
- Updated code to work with Zig 0.9.1
- Allow pulling multiple rows at a time when using ColumnBindingResultSet.
- Removing
Allocator
fields on most structs. This should make the APIs more clear about which functions will (or may) allocate and which won't, rather than storing an allocator and then hiding that possibility. - Adds
build_pkg.zig
, which other projects can use in their build scripts to easily build zdb as a dependency