• Kirill Smelkov's avatar
    go/zodb: Require DB to be closed · 2f5e3606
    Kirill Smelkov authored
    DB is a "handle to database". It has to be closed to release its
    resources when no longer needed. We don't have to release anything
    currently, but that will soon change in a followup patch.
    2f5e3606
btree_test.go 6.37 KB