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

Document the loadable extension feature #114

Open vrischmann opened 2 years ago

vrischmann commented 2 years ago

We can now build loadable extension but there's no documentation, we should write some.

ConnorRigby commented 12 months ago
    exe.addIncludePath(.{ .path = b.pathJoin(&.{ sqlite.builder.build_root.path.?, "c" }) });

i did a bit of fumbling around to come up with this in my build.zig to get building the extension working