ks-transaction added.

This commit is contained in:
2026-06-29 09:15:19 +02:00
parent 6f5ef123f9
commit 156177cd5d
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -121,6 +121,14 @@ Returns raw key-value rows in the form:
]
}
@defform[(ks-transaction [ks keystore?] b1 ...)]{
Puts b1 ... in a "BEGIN/COMMIT" transaction.
It uses with-handlers exn?, so if you raise an exception,
it will do a "BEGIN/ROLLBACK" abd re-raise the exception.
}
@section{Examples}
@subsection{Basic Usage}