aboutsummaryrefslogtreecommitdiffstats
path: root/dune-project (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-28move project files to frontGravatar Peter McGoron 2-31/+0
2022-04-28add prepare0Gravatar Peter McGoron 2-0/+4
2021-10-16add check functionGravatar Peter McGoron 2-0/+8
2021-10-16add a boolean to the monad to be more flexible with error managementGravatar Peter McGoron 2-28/+52
To optimize Sqlite3 queries, prepared statements are typically kept instead of re-prepared so that they may be executed multiple times. This allows for prepared statements to not be finalized on destruction, allowing for reuse even when an error has occured.
2021-10-16redo rowfold, iter, and mapGravatar Peter McGoron 2-12/+33
2021-10-09rearrange functionsGravatar Peter McGoron 2-24/+55
* Replace getrow with get_exactly_one_row, since there was no way to detect when another row would be available * Introduce rowfold, which allows for iterating over all rows returns fromed a SQL query * Introduce functions into the interface that were left out
2021-10-09fix buildGravatar Peter McGoron 1-3/+4