Use transaction for PutMany and cursor Query

This commit is contained in:
Daniel
2025-02-26 16:52:34 +01:00
parent 130c4a427c
commit b68646c689
3 changed files with 66 additions and 27 deletions

View File

@@ -5,6 +5,7 @@ import (
"github.com/safing/portmaster/base/database"
_ "github.com/safing/portmaster/base/database/storage/bbolt"
_ "github.com/safing/portmaster/base/database/storage/sqlite"
"github.com/safing/portmaster/base/dataroot"
"github.com/safing/portmaster/base/utils"
)