summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-21 10:42:35 +0100
committerGuix Patches Tester <>2024-04-21 11:53:21 +0200
commitb8b6e29cbe31a1330d39779c2f13ce2d63f123d1 (patch)
tree12634aad2270976ccfe5e8d2cb7405dbf54cda65
parent366eb99573b2f182f0fed2d33136ccff5fb90454 (diff)
downloadguix-patches-b8b6e29cbe31a1330d39779c2f13ce2d63f123d1.tar
guix-patches-b8b6e29cbe31a1330d39779c2f13ce2d63f123d1.tar.gz
store: database: Export transaction helpers.
* guix/store/database.scm (call-with-transaction, call-with-retrying-transaction): Export procedures. Change-Id: I712f0056f263989769af7cb6f9e395a43f6e36b2
-rw-r--r--guix/store/database.scm3
1 files changed, 3 insertions, 0 deletions
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 @@
call-with-database
with-database
+ call-with-transaction
+ call-with-retrying-transaction
+
valid-path-id
register-valid-path