threatgrid / asami

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

Transaction functions #224

Open quoll opened 2 years ago

quoll commented 2 years ago

Need support for Datomic-like transaction functions. The pressing need here is support for :db.fn/retractEntity. Note the use of temporary schemas defined in #223

User-defined transaction functions have also been requested, so keep these in mind when implementing the built-in functions.