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

require SQLite >= 3.21.0 #99

Closed vrischmann closed 2 years ago

vrischmann commented 2 years ago

After some testing it turns out we need at least SQLite 3.21.0 to compile.

We could work around this and make zig-sqlite work with older SQLite versions but I don't think it's necessary because: