Categorygithub.com/aerth/shrinkbolt
modulepackage
0.0.2
Repository: https://github.com/aerth/shrinkbolt.git
Documentation: pkg.go.dev

# README

shrinkbolt

shrink bolt (bbolt) database

entire database is not copied to RAM at once, so this may be suitable for extra large bolt database files.

untested, use at your own risk.

Usage

    // this is experimental
    shrinkbolt.DangerZone = true

    // "some.db" will be processed into a new file named "some.shrunken.db"
    err := shrinkbolt.ShrinkBoltDatabase("some.db","some.shrunken.db")
    if err != nil {
        // do something
    }

# Functions

getNestedBucket presents the bucket at bucketPath.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author