You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Clojure CLI is used to manage library dependencies and run Clojure code, enhanced with <ahref="https://practical.li/clojure/clojure-cli/practicalli-config/">aliases from Practicalli Clojure CLI Config</a>.</p>
6546
-
<p>Larger projects use party-sytem/donut (or Integrant & Integrant REPL) to manage components and state, using a reloaded REPL workflow to manage changes in addition to evaluating functions in the REPL.</p>
6547
-
<p>Postgresql (and other databases in the future) is used for persistent storage, with next.jdbc and honeysql for database access (SQL).</p>
6546
+
<p>Larger projects use <ahref="service-repl-workflow/donut-system/">donut.system</a> (or Integrant & Integrant REPL) to manage components and state, using a reloaded REPL workflow to manage changes in addition to evaluating functions in the REPL.</p>
6547
+
<p>Postgresql is used for persistent storage, with next.jdbc and honeysql for database access (SQL). Additional persistence tools and services will be added in future.</p>
6548
6548
<p>tools.build is used to create Clojure artefacts for deployment, with GitHub actions and Docker used for Continuous Integration and orchestrating systems.</p>
6549
6549
<p>make is a general build tool used to support project development and support automation of wokflow tasks.</p>
0 commit comments