DEV Community

Cover image for WiseJSON DB is a lightweight, high-performance embedded JSON database for Node.js
Pavel
Pavel

Posted on

WiseJSON DB is a lightweight, high-performance embedded JSON database for Node.js

Key Features

  • High Performance: Optimized for rapid read and write operations.
  • Crash-Proof Durability: Utilizes Write-Ahead Logging (WAL) and segmented checkpoints to ensure data integrity.
  • ACID Transactions: Supports atomic transactions across multiple collections.
  • Flexible Indexing: Create unique and non-unique indexes for efficient querying.
  • TTL Support: Automatically remove expired documents with Time-To-Live functionality.
  • Batch Operations: Efficiently handle bulk inserts and updates.
  • Embedded & File-Based: No external server required; data stored locally.
  • Simple API: Intuitive methods for interacting with collections and documents.
  • Tooling Included: Comes with a basic CLI (wise-json) and a web-based Data Explorer (wisejson-explorer).

Installation

npm install wise-json-db
Enter fullscreen mode Exit fullscreen mode

Learn More


Experience the power and simplicity of WiseJSON DB in your next Node.js project!

Top comments (0)