Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-19 | generalize `Store.query` | ||
2024-12-20 | add =~ comparison | ||
2024-12-18 | add `LIMIT`, `ORDER BY` clauses | ||
2024-12-17 | restrict `listFiles` to paths | ||
2024-10-13 | add `MonadFail` instance for `StoreT` | ||
2024-10-11 | pretty print JSON | ||
2024-10-11 | fix INSERT | ||
2024-10-11 | fix DELETE | ||
2024-06-08 | allow `commit` to reset for references pointed to by HEAD | ||
2024-06-05 | drop `listAllFiles` | ||
2024-06-05 | ormolu | ||
2024-06-05 | allow absolute file names | ||
2024-06-05 | add `Value` instance for `readFile` | ||
2024-06-05 | add `listAllFiles` | ||
2024-06-05 | add `withCommit` | ||
2024-06-05 | fix restricting UPDATE to `$fileName` comparison | ||
2024-06-05 | support comparing `$fileName` against literals | ||
2024-02-19 | support `INSERT`, `DELETE`, `UPDATE` | ||
2024-02-13 | explicitly construct objects in SELECT | ||
2024-02-13 | refactor library | ||