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

support packed structs as columns backed by their int type #125

Closed nektro closed 1 year ago

nektro commented 1 year ago

Description

Adds support for packed structs to be used as a column type backed by their int type without having to manually add the readField/bindField methods

Checklist

vrischmann commented 1 year ago

Thanks