From b8b6e29cbe31a1330d39779c2f13ce2d63f123d1 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 21 Apr 2024 10:42:35 +0100 Subject: store: database: Export transaction helpers. * 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 --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 -- cgit v1.2.3