aboutsummaryrefslogtreecommitdiff
path: root/src/db/sqlite.zig
Commit message (Collapse)AuthorAge
* - Add associated function on `Result` type that returns the errorAlexander Rolley2026-05-21
| | | | | type, as not every primary error code has an extended error code. - Implement `Database.deinit` and `Database.query` functions.
* Implement Sqlite3 result codes and start on database abstraction.Alexander Rolley2026-05-20
|
* Start on Sqlite3.Alexander Rolley2026-05-20