rollback-transaction ( -- )


Vocabulary
db

Word description
Rolls back a transaction; no data is committed to the database. User code should make use of the with-transaction combinator.

Definition


Methods