Crate async_rocksdb

Crate async_rocksdb 

Source
Expand description

§async-rocksdb

An ergonomic, async wrapper for RocksDB in Rust.

Provides non-blocking operations suitable for Tokio-based applications.

§Features

  • Async reads/writes
  • Column families
  • Snapshots
  • Prefix scans
  • Batch operations
  • Manual flush/compaction

Structs§

AsyncRocksBuilder
Builder for configuring and opening an AsyncRocksDB instance.
AsyncRocksDB
Async-aware wrapper for RocksDB.
ColumnFamilyConfig
Configuration for a single column family.
Snapshot
A point-in-time snapshot of the database.

Enums§

AsyncRocksError
Error type for async-rocksdb operations.