Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 19:17
· 50 commits to main since this release
4b1c4f4

[0.5.1] - 2026-03-16

Added

  • XqliteNIF.changes/1 — returns the row count affected by the most
    recent DML (wraps sqlite3_changes()).
  • XqliteNIF.total_changes/1 — cumulative row count across the
    connection's lifetime (wraps sqlite3_total_changes()).