##// END OF EJS Templates
Properly check deftable options
Properly check deftable options

File last commit:

r3:5048c883 default
r4:f8b202e4 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))