add xtdb
This commit is contained in:
parent
8b266a036f
commit
fc0dd204c7
4 changed files with 41 additions and 1 deletions
7
deps.edn
7
deps.edn
|
|
@ -4,7 +4,12 @@
|
|||
;; logging, required by jetty:
|
||||
org.slf4j/slf4j-simple {:mvn/version "2.0.16"}
|
||||
|
||||
;; json decoding
|
||||
;; db
|
||||
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"}
|
||||
|
||||
;; json decoding
|
||||
metosin/muuntaja {:mvn/version "0.6.11"}
|
||||
|
||||
;; routing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue