Docs.rs
echodb-0.8.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
echodb 0.8.0
An embedded, in-memory, immutable, copy-on-write database engine
Crate
Source
Builds
Feature flags
Documentation
Coverage
40%
4
out of
10
items documented
0
out of
0
items with examples
Size
Source code size: 50.84 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.4 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
surrealdb/echodb
152
12
0
crates.io
Dependencies
arc-swap ^1.7.1
normal
imbl ^2.0.3
normal
thiserror ^1.0.61
normal
tokio ^1.38.0
normal
tokio ^1.38.0
dev
Versions
0.8.0
(2025-02-20)
0.7.0
(2024-06-10)
0.6.0
(2024-04-05)
0.5.0
(2024-04-03)
0.4.0
(2023-03-26)
0.3.0
(2022-04-04)
0.2.1
(2022-03-07)
0.2.0
(2022-02-15)
0.1.1
(2022-01-27)
0.1.0
(2022-01-27)
Owners
Features
In-memory database
Multi-version concurrency control
Rich transaction support with rollbacks
Multiple concurrent readers without locking
Support for serializable, isolated transactions
Atomicity, Consistency and Isolation from ACID