package
1.0.0
Repository: https://github.com/syndtr/goleveldb.git
Documentation: pkg.go.dev

# Functions

# Constants

DefaultStrict is the default strict flags.
NoStrict disables all strict flags.
StrictAll enables all strict flags.
If present then 'sorted table' block checksum will be verified.
If present then a corrupted 'sorted table' will fails compaction.
If present then a corrupted or invalid chunk or block in journal will cause an error instead of being dropped.
If present then journal chunk checksum will be verified.
If present then a corrupted or invalid chunk or block in manifest journal will cause an error instead of being dropped.
This only applicable for ReadOptions, if present then this ReadOptions 'strict level' will override global ones.
If present then a corrupted 'sorted table' will halts 'read operation'.
If present then leveldb.Recover will drop corrupted 'sorted table'.

# Variables

# Structs

Options holds the optional parameters for the DB at large.
ReadOptions holds the optional parameters for 'read operation'.
WriteOptions holds the optional parameters for 'write operation'.

# Interfaces

Cacher is a caching algorithm.

# Type aliases

Compression is the 'sorted table' block compression algorithm to use.
Strict is the DB 'strict level'.