zig-sqlite icon indicating copy to clipboard operation
zig-sqlite copied to clipboard

Document the loadable extension feature

Open vrischmann opened this issue 3 years ago • 1 comments

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

vrischmann avatar Sep 19 '22 21:09 vrischmann

    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

ConnorRigby avatar Oct 17 '23 23:10 ConnorRigby