threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
634 stars 29 forks source link

Introduce transaction functions #190

Open quoll opened 3 years ago

quoll commented 3 years ago

Database functions implemented in Datomic introduce code that can be run at the end of transactions. This can be used for data integrity, sending signals to other processes, and more.

There is no need for a suite of supported languages. We can stick to Clojure/ClojureScript, at least for now.

This depends on issue #189