| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clarifyHEADmaster | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | license, readme, build file | 2022-04-28 | 3 | -0/+164 | |
| | | |||||
| * | move project files to front | 2022-04-28 | 2 | -31/+0 | |
| | | |||||
| * | add prepare0 | 2022-04-28 | 2 | -0/+4 | |
| | | |||||
| * | add check function | 2021-10-16 | 2 | -0/+8 | |
| | | |||||
| * | add a boolean to the monad to be more flexible with error management | 2021-10-16 | 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. | ||||
| * | redo rowfold, iter, and map | 2021-10-16 | 2 | -12/+33 | |
| | | |||||
| * | rearrange functions | 2021-10-09 | 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 | ||||
| * | fix build | 2021-10-09 | 1 | -3/+4 | |
| | | |||||
| * | move over stuff from old project | 2021-10-09 | 5 | -0/+311 | |
