rocksdb-client-rust

Crates.iorocksdb-client-rust
lib.rsrocksdb-client-rust
version0.1.4
sourcesrc
created_at2024-06-16 20:15:59.932974
updated_at2024-06-29 10:59:18.373214
descriptionA Rust client for interacting with RocksDB server
homepage
repository
max_upload_size
id1273824
size17,966
Pavel Kuzmin (s00d)

documentation

README

RocksDB Client

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.

Overview

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.

Features

  • Basic Operations: Perform standard operations like put, get, delete, and merge.
  • Column Family Management: Create, list, and drop column families.
  • Transaction Management: Begin, commit, and rollback transactions.
  • Backup and Restore: Create and restore backups of your database.
  • Iterator Support: Create and manage iterators to traverse database entries.

Documentation

For detailed documentation and examples, please visit our official documentation).

License

This project is licensed under the MIT License.

Commit count: 0

cargo fmt