package
2.0.0+incompatible
Repository: https://github.com/quarkchain/goquarkchain.git
Documentation: pkg.go.dev

# Functions

NewRDBDatabase returns a rocksdb wrapped object.

# Structs

No description provided by the author

# Type aliases

Batch is a write-only database that commits changes to its host database when Write is called.
Database wraps all database operations.
Deleter wraps the database delete operation supported by both batches and regular databases.
Putter wraps the database write operation supported by both batches and regular databases.