move db2 to db

This commit is contained in:
Travis Shears 2026-03-11 14:24:55 +01:00
parent 04520a5790
commit ca13eb6edc
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
9 changed files with 213 additions and 286 deletions

View file

@ -6,10 +6,7 @@
;; db
com.datomic/local {:mvn/version "1.0.291"}
com.xtdb/xtdb-api {:mvn/version "2.0.0-beta9"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1002"}
org.postgresql/postgresql {:mvn/version "42.7.6"}
frontmatter/frontmatter {:mvn/version "0.0.1"}
;; logging
com.taoensso/telemere {:mvn/version "1.0.0"}
@ -25,7 +22,7 @@
;; routing:
metosin/reitit {:mvn/version "0.9.1"}
;; convenient package of "default" middleware:
;; convenient package of "default" middleware:
;; ring/ring-defaults {:mvn/version "0.5.0"}
org.clojure/clojure {:mvn/version "1.12.1"}}