Fork me on GitHub
#sql
<
2021-09-26
>
seancorfield01:09:41

next.jdbc 1.2.724 is available. In addition, I've updated the CI pipeline to push a 1.2.999-SNAPSHOT to Clojars for every push on the develop branch so if you're not able to use git deps, you can still test out the very latest enhancements via lein.

seancorfield01:09:01

(it's a pretty minor release 🙂 )

Tobias Sjögren11:09:52

Newbie question: When using a SQL database as the backend for Datomic, does a Fact/Datom translate to one single database table?

seancorfield18:09:25

@tobejazz no, both Datomic and XTDB have a pretty basic schema in SQL and store a serialized blob of data. You can't use that data from SQL in any meaningful way.