Skip to content

KoutenDB C++ Driver v0.1.1

Choose a tag to compare

@puffball1567 puffball1567 released this 14 Jul 01:39
· 3 commits to main since this release
e784030

Summary

  • Supports KoutenDB C ABI v2.
  • Adds codec-aware APIs: putJson, putNif, putBif, putJsonVec, putNifVec, putBifVec.
  • Adds getEncoded for reading payload bytes with persisted codec metadata.
  • Adds readRingJson for driver-friendly ring reads.
  • Expands the contract smoke test for JSON codec metadata, BIF opaque payloads, and ring-read output.