jasonisnthappy Documentation
An embedded, single-file document database with ACID transactions and MVCC concurrency control.
Core Concepts
- Quick Start — Get up and running in minutes
- Database — Open, configure, and manage database files
- Collections — Insert, find, update, and delete JSON documents
- Transactions — ACID guarantees with MVCC concurrency control
Performance & Queries
- Indexing — B-tree indexes for O(log n) query performance
- Query Language — Powerful query syntax with operators and filters
- Aggregation — Process and transform data through pipelines
Advanced Features
- Change Streams — Watch collections and react to changes in real-time
- Web UI — Built-in web interface and REST API server
Resources
- FAQ — Frequently asked questions
- GitHub Repository — Source code and contributions
- Discord Community — Get help and share ideas
- Releases & Changelog — Latest updates and version history