Crate bitcoinleveldb_options

Source

Structs§

Options
| Options to control the behavior of a | database (passed to DB::Open) |
ReadOptions
| Options that control read operations |
WriteOptions
| Options that control write operations |

Enums§

CompressionType
| DB contents are stored in a set of blocks, each | of which holds a sequence of key,value pairs. | Each block may be compressed before being | stored in a file. The following enum describes | which compression method (if any) is used to | compress a block.