Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace DeleteWith lambda with a normal type | Dan Goodliffe | 2025-09-05 |
| | | | | Lambdas have internal linkage. | ||
* | Move DeleteWith helper in src/util | Dan Goodliffe | 2025-09-04 |
| | |||
* | Add bindMany helper | Dan Goodliffe | 2025-09-02 |
| | |||
* | Insert new entities and log entry in a transaction | Dan Goodliffe | 2025-08-25 |
| | | | | If no new entities are required, no transaction is created. | ||
* | Merge storeEntities into a single thing | Dan Goodliffe | 2025-08-25 |
Add visitSum for tuples and makes storeEntities into a single lambda. |