rocksdb-table 0.5.0

Some helpers for working with RocksDB databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rocksdb-table

[![Rust build status](https://img.shields.io/github/actions/workflow/status/travisbrown/rocksdb-table/ci.yaml?branch=main)](https://github.com/travisbrown/rocksdb-table/actions)
[![Coverage status](https://img.shields.io/codecov/c/github/travisbrown/rocksdb-table/main.svg)](https://codecov.io/github/travisbrown/rocksdb-table)

This library is intended to capture some common patterns I use for working with [RocksDB][rocksdb]
and [rust-rocksdb][rust-rocksdb].

## License

This software is published under the [GNU General Public License v3.0][gplv3].

[gplv3]: https://www.gnu.org/licenses/gpl-3.0.en.html
[rocksdb]: https://rocksdb.org
[rust-rocksdb]: https://github.com/rust-rocksdb/rust-rocksdb