package
0.1.0
Repository: https://github.com/tyler-smith/gecko.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

TestBatchDelete ...
TestBatchInner ...
TestBatchPut ...
TestBatchReplay ...
TestBatchReset ...
TestBatchReuse ...
TestBatchRewrite ...
TestCompactNoPanic ...
TestIterator ...
TestIteratorClosed ...
TestIteratorPrefix ...
TestIteratorStart ...
TestIteratorStartPrefix ...
TestSimpleKeyValue ...
TestSimpleKeyValueClosed ...
TestStatNoPanic ...

# Variables

common errors.
common errors.
Tests is a list of all database tests.

# Interfaces

Batch is a write-only database that commits changes to its host database when Write is called.
Batcher wraps the NewBatch method of a backing data store.
Compacter wraps the Compact method of a backing data store.
Database contains all the methods required to allow handling different key-value data stores backing the database.
Iteratee wraps the NewIterator methods of a backing data store.
Iterator iterates over a database's key/value pairs in ascending key order.
KeyValueReader wraps the Has and Get method of a backing data store.
KeyValueWriter wraps the Put method of a backing data store.
Stater wraps the Stat method of a backing data store.