https://github.com/w-henderson/jasondb
๐๏ธ A Blazingly-Fast, JSON-Based, Log-Structured Database.
https://github.com/w-henderson/jasondb
database dbms json rust
Last synced: about 1 year ago
JSON representation
๐๏ธ A Blazingly-Fast, JSON-Based, Log-Structured Database.
- Host: GitHub
- URL: https://github.com/w-henderson/jasondb
- Owner: w-henderson
- License: mit
- Created: 2021-04-26T18:33:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T12:17:25.000Z (over 1 year ago)
- Last Synced: 2025-04-10T00:53:13.872Z (about 1 year ago)
- Topics: database, dbms, json, rust
- Language: Rust
- Homepage:
- Size: 622 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JasonDB is a blazingly-fast, JSON-based, log-structured database for Rust. Supporting both in-memory and disk-based storage at the developer's choice, it is fast, flexible and well-integrated with the Rust programming language. It provides complex and highly-optimised queries, as well as an intuitive and extensible API for creating and managing databases.