JasonDB
JasonDB is a NoSQL, document-oriented, JSON-based database management system built with the modern web in mind. It is fast, flexible, and easy-to-use, making it a solid choice for building databases for web applications. It also provides a number of macros allowing for powerful operations in concise syntax.
Installation
The JasonDB crate can be installed by adding jasondb to your Cargo.toml file.
Documentation
The JasonDB documentation can be found at docs.rs.
Basic Example
use JasonDB;
use *;
Further Examples
- Message Board Example: A simple example of integrating JasonDB with a web application.