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-10-11 | pretty print JSON | ||
2024-10-11 | fix INSERT | ||
2024-10-11 | fix DELETE | ||
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 | ||