JsonVerse

jsonVerse is a lightweight JSON-based database package for Node.js. It provides a simple interface to store, retrieve, and manage data using JSON files.

Example Guide

See the full changelog on JsonVerse GitHub, in Release Page 1.3.0...v1.3.1

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

πŸ“ Data Management

Manage your application's data with ease, including backup, restore, and data transformation.

πŸ” Data Encryption

Protect sensitive data using strong encryption with crypto-js.

πŸ” Efficient Searching

Implement efficient searching using the Fuse.js library for fast and accurate results.

πŸ“Š Model Handling

Easily create and manage data models for your application with a built-in model system.

πŸ”„ Data Operations

Perform common data operations like find(), save(), delete(), and update() with simple and intuitive methods.

♻️ Cache Management

Optimize performance with cache management to reduce unnecessary data reads.

Start building with jsonVerse today

Example Guide