metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Implement a macro to allow transactions with rollback #95

Closed github-felipe-caputo closed 1 year ago

github-felipe-caputo commented 2 years ago

Implementing a new function to allow running a transcation that will rollback when completed.

Can be specially useful on tests.

@camsaul

github-felipe-caputo commented 1 year ago

@camsaul Any further comments here maybe?