Swindlers-Inc/sqlitez: A lightweight SQLite wrapper and schema maintainer - Codeberg.org
codeberg.org·4h
🗄️SQLite
Preview
Report Post

A lightweight SQLite wrapper and schema manager.

While one should not encounter any difficulty, when calling the C interface of SQLite from Zig, it may become somewhat tedious: Firstly, all return values need to be checked for error codes; And secondly, one would continuously need to coerce between C- and Zig language types.

The sqlitez package provides a wrapper for common sqlite functions that automatically coerce between language types, and return errors when a function call fails.

Additionally, the sqlitez package provides a convenient mechanism for maintaining a schema with upgrade scripts.

Copyright

LICENSE

MIT with non-AI clauses: I am not really sure how a generative AI could comply with the copy…

Similar Posts

Loading similar posts...