aboutsummaryrefslogtreecommitdiff
path: root/src/db
Commit message (Collapse)AuthorAge
* Sketch new DB API.Alexander Rolley2026-05-28
|
* Revert "Minor changes to documentation."Alexander Rolley2026-05-24
| | | | This reverts commit 460942180d10a2d9bcea6773dc0a3a87d6bf8a71.
* Make length conversion safety-check for illegal behaviour instead ofAlexander Rolley2026-05-23
| | | | silently failing.
* Minor changes to documentation.Alexander Rolley2026-05-23
|
* - Add documentation.Alexander Rolley2026-05-22
| | | | | | | | - Add debug assertion to `Result.from`. - Rename `Result.asError` to `Result.toError`. - Fix bug in `Result.toError` where if `self` was an extended result code, only the primary result code would be returned as the error name.
* - 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
|
* Let's do a rewrite!Nathan Reiner2026-05-20
Created project structure and changed `build.zig` and added licence.