package
2.1.0+incompatible
Repository: https://github.com/ssoor/go-sessions.git
Documentation: pkg.go.dev

# Functions

New creates and returns a new BoltDB(file-based) storage instance based on the "path".
NewFromDB same as `New` but accepts an already-created custom boltdb connection instead.

# Variables

DefaultFileMode used as the default database's "fileMode" for creating the sessions directory path, opening and write the session boltdb(file-based) storage.
ErrOptionsMissing returned on `New` when path or tableName are empty.

# Structs

Database the BoltDB(file-based) session storage.