package
0.0.0-20240902130239-76c950dba199
Repository: https://github.com/icefiredb/icefiredb.git
Documentation: pkg.go.dev
# Constants
StorageName is the name of the storage driver.
# Variables
Dbname is the default name for the database.
# Structs
DB represents the database instance.
Iterator wraps the leveldb iterator to provide a higher-level interface.
Snapshot represents a read-only snapshot of the database at a particular point in time.
Store is the implementation of the storage driver.
WriteBatch represents a batch of write operations to be committed to the database.