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

Loadable extension #111

Closed vrischmann closed 2 years ago

vrischmann commented 2 years ago

Add the ability to build a loadable extension.

(I based this branch on #100 for testing but there's no real dependency).