vsdb_core-8.1.1 has been yanked.
vsdb_core
vsdb_coreprovides the low-level building blocks forvsdb.
This crate contains the foundational components of vsdb, including:
- Storage Abstractions: An
Enginetrait that abstracts over key-value storage backends. - Raw Data Structures: Untyped, high-performance data structures like
MapxRawthat operate on raw bytes. - Utilities: Shared functions for environment management, such as setting the database directory.
Most users should use the vsdb crate instead, which provides high-level, typed APIs.
Installation
Add this to your Cargo.toml:
[]
= "8.0.0"
Features
For detailed API examples, see API Examples.
mdbx_backend: (Default) Uselibmdbxas the backend database. Near-RocksDB performance with fast compilation.rocks_backend: Userocksdbas the backend database. C++ implementation.
License
This project is licensed under the GPL-3.0 license.