zig-sqlite
zig-sqlite copied to clipboard
Document the loadable extension feature
We can now build loadable extension but there's no documentation, we should write some.
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