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
- Host: GitHub
- URL: https://github.com/travisbrown/rocksdb-store
- Owner: travisbrown
- License: gpl-3.0
- Created: 2025-07-28T12:31:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T09:40:14.000Z (12 months ago)
- Last Synced: 2025-08-13T17:55:47.763Z (12 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rocksdb-table
[](https://github.com/travisbrown/rocksdb-store/actions)
[](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