package
0.0.0-20240829192202-379a0d7e6449
Repository: https://github.com/encryptedl/encryptdb.git
Documentation: pkg.go.dev

# Functions

OpenDB will either open an existing set of bitcask datastores at the given directory, or it will create a new one.
SetDefaultBitcaskOptions options will set the options used for all subsequent bitcask stores that are initialized.
WithMaxDatafileSize is a shim for bitcask's WithMaxDataFileSize function.
WithMaxKeySize is a shim for bitcask's WithMaxKeySize function.
WithMaxValueSize is a shim for bitcask's WithMaxValueSize function.

# Variables

goland:noinspection GoExportedElementShouldHaveComment.
goland:noinspection GoExportedElementShouldHaveComment.
goland:noinspection GoExportedElementShouldHaveComment.
goland:noinspection GoExportedElementShouldHaveComment.

# Structs

DB is a mapper of a Filer and Searcher implementation using Bitcask.
Store is an implmentation of a Filer and a Searcher using Bitcask.