diff mbox series

[bug#70494,17/23] store: database: Export transaction helpers.

Message ID 732f10191cbb57caae0cda7428382ddba6a4dba1.1713692561.git.mail@cbaines.net
State New
Headers show
Series Groundwork for the Guile guix-daemon | expand

Commit Message

Christopher Baines April 21, 2024, 9:42 a.m. UTC
* guix/store/database.scm (call-with-transaction,
call-with-retrying-transaction): Export procedures.

Change-Id: I712f0056f263989769af7cb6f9e395a43f6e36b2
---
 guix/store/database.scm | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/guix/store/database.scm b/guix/store/database.scm
index b6f87d710f..6c8c07e2de 100644
--- a/guix/store/database.scm
+++ b/guix/store/database.scm
@@ -46,6 +46,9 @@  (define-module (guix store database)
             call-with-database
             with-database
 
+            call-with-transaction
+            call-with-retrying-transaction
+
             valid-path-id
 
             register-valid-path