Expand description
JasonDB is a blazingly-fast, JSON-based, log-structured database for Rust. It can be backed with a file or be used fully in-memory, and it is highly resilient and flexible.
Modules§
- error
- Provides the
JasonError
type. - query
- Provides query construction functionality.
- replica
- Provides replication functionality through traits.
- sources
- Provides backend sources for the database as well as the extensible
Source
trait.
Macros§
- field
- Creates a field string from Rust-like field access syntax.
- query
- Creates a query from Rust-like logical syntax.
Structs§
- Database
- Represents a JasonDB database.