A Clojure library to support transactions for CRUD operations on domain type instances.
Documentation can be found here
entity-txn
can be used in conjunction with entity-core
and entity-sql
to provide a CRUD stack in Clojure and
burying SQL from your application code.
The library includes a lock manager, to lock and wait for arbitrary values when a transaction requires exclusive access to a domain dataset.
[entity/entity-txn "0.1.3"]
Something like a pet store example for better illustration. In the meantime the tests show individual use cases.
Copyright © 2018 Inqwell Ltd
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close