##// END OF EJS Templates
Fix transactions for objects fetched from the db (not created in this image)
Fix transactions for objects fetched from the db (not created in this image)

File last commit:

r3:5048c883 default
r5:94e6ef46 tip default
Show More
package.lisp
9 lines | 301 B | text/x-common-lisp | CommonLispLexer
(uiop:define-package #:mito-transactions.dev
(:use #:cl #:alexandria #:anaphora)
(:export #:deftable
#:get-dao #:get-dao-from-cache-only
#:with-transaction #:commit #:rollback))
(uiop:define-package #:mito-transactions
(:mix-reexport #:mito-transactions.dev #:mito))