vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

Make errorFromResultCode public #88

Closed lun-4 closed 2 years ago

lun-4 commented 2 years ago

Example: We aren't exposing the sqlite backup functions, but it would be a waste to require the library user to copy-paste errorFromResultCode's implementation.