datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2019-04-10T16:46:51.003500Z

I want to thread a db through a series of transformations that will involve querying and producing new datoms, where I want the datoms of the previous transformation to be available to the next. Is there an established idiom for this?