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

update sqlite to 3.43.1 #130

Closed johnbcodes closed 1 year ago

johnbcodes commented 1 year ago

Description

Update sqlite to 3.43.1 for the fixes and improvements it provides.

Checklist

No Zig changes so I did not add any tests.

vrischmann commented 1 year ago

Thanks!