init xtdb -> datomic refactor

This commit is contained in:
Travis Shears 2026-03-09 19:46:44 +01:00
parent c60a0e1de0
commit c34908ac8f
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
5 changed files with 400 additions and 1 deletions

View file

@ -5,6 +5,7 @@
org.slf4j/slf4j-simple {:mvn/version "2.0.16"}
;; 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"}