Integrate tx enabled vise db

This commit is contained in:
lash
2025-01-19 09:46:37 +00:00
parent c719db8b92
commit be47c999ca
14 changed files with 46 additions and 30 deletions

View File

@@ -93,7 +93,7 @@ func main() {
fmt.Printf(r)
}
err = store.Close()
err = store.Close(ctx)
if err != nil {
fmt.Fprintf(os.Stderr, err.Error())
os.Exit(1)