Crates.io | rocksdb-client-rust |
lib.rs | rocksdb-client-rust |
version | 0.1.4 |
source | src |
created_at | 2024-06-16 20:15:59.932974 |
updated_at | 2024-06-29 10:59:18.373214 |
description | A Rust client for interacting with RocksDB server |
homepage | |
repository | |
max_upload_size | |
id | 1273824 |
size | 17,966 |
This repository provides a Rust implementation of a client for interacting with a RocksDB server. The client supports various operations such as put, get, delete, merge, and management of column families, transactions, and backups.
The RocksDB Client allows you to communicate with a RocksDB server using a TCP connection. It is designed to be efficient and easy to use, making it suitable for various applications that require persistent key-value storage.
For detailed documentation and examples, please visit our official documentation).
This project is licensed under the MIT License.