An open API service indexing awesome lists of open source software.

https://github.com/travisbrown/rocksdb-store

Some helpers for working with RocksDB databases in Rust
https://github.com/travisbrown/rocksdb-store

Last synced: 11 months ago
JSON representation

Some helpers for working with RocksDB databases in Rust

Awesome Lists containing this project

README

          

# rocksdb-table

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

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