vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document reusing a statement

vrischmann opened this issue · comments

We have the ability to reuse a statement but it's not documented