//
pkg.gl
Category
github.com/ByteStorage/FlyDB
engine
package
1.1.1
Repository:
https://github.com/bytestorage/flydb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
7
Files
994 SLOC
#
Packages
benchmark
No description provided by the author
data
No description provided by the author
fileio
No description provided by the author
grpc
No description provided by the author
index
No description provided by the author
#
Functions
NewDB
NewDB open a new db instance.
#
Structs
DB
DB represents a FlyDB database instance, a high-performance storage engine built on the bitcask model.
Iterator
Iterator iterator.
WriteBatch
WriteBatch Writes data in atomic batches to ensure atomicity.