diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-24 21:02:39 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-24 21:02:39 -0500 |
| commit | 2a923f3a73daa6aebd61694d4c8470c7c4ccbe91 (patch) | |
| tree | 057cbaed454b4b383031170aa9655d83d8b11b4c /Omni/Bild | |
| parent | ddf2d66d39c456056a6bf4b721a44783f08d0873 (diff) | |
task: migrate storage from jsonl to sqlite
Removes .tasks/tasks.jsonl and replaces it with a local SQLite database
(.tasks/tasks.db). Adds --db flag to CLI. Removes sync command.
Amp-Thread-ID:
https://ampcode.com/threads/T-ac41b9b6-d117-46de-9e4f-842887a22f1d
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'Omni/Bild')
| -rw-r--r-- | Omni/Bild/Deps/Haskell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Bild/Deps/Haskell.nix b/Omni/Bild/Deps/Haskell.nix index 6930860..d714799 100644 --- a/Omni/Bild/Deps/Haskell.nix +++ b/Omni/Bild/Deps/Haskell.nix @@ -50,6 +50,7 @@ "servant-lucid" "servant-server" "split" + "sqlite-simple" "stm" "tasty" "tasty-hunit" |
