Date: 2026-04-16
Accepted.
chachaml targets a REPL-first, single-process / small-team workflow
(see doc/SPEC.md). The default backend has to satisfy:
Candidates considered:
The default backend is SQLite, via next.jdbc and
org.xerial/sqlite-jdbc. The DB file lives at ./chachaml.db by
default (project-local; gitignored). Artifact bytes live on the
filesystem under ./chachaml-artifacts/<run-id>/<name>; the database
holds only metadata and a relative path.
Other backends (Postgres, S3-backed artifacts, …) are explicitly deferred post-v0.1 and will arrive as separate implementations of the protocols defined in ADR-0002.
CONTRIBUTING.md once relevant.Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |