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

Fix build failures on latest Zig #122

Closed Luexa closed 1 year ago

Luexa commented 1 year ago

Now the correct build APIs and @memset builtin are used.

Unfortunately @cImport fails for aarch64 and riscv64 targets, but I'm not sure how to fix this.

Not sure if I did this right so feel free to let me know

robguthrie commented 1 year ago

I've been hoping someone would do this. I'm looking at starting a Zig project with sqlite. As a suggestion - should this PR include an update to the README.md package manager section?

vrischmann commented 1 year ago

Thanks !