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
Provides the JasonError type.
Provides query construction functionality.
Provides replication functionality through traits.
Provides backend sources for the database as well as the extensible Source trait.
Macros
Creates a field string from Rust-like field access syntax.
Creates a query from Rust-like logical syntax.
Structs
Represents a JasonDB database.