UNPKG

clancydb

Version:

ClancyDB is a lightweight, file-based NoSQL database inspired by MongoDB. It provides an easy-to-use API for storing, querying, and managing JSON-based data.

15 lines (14 loc) 184 B
{ "users": [ { "name": "Alice", "age": 25, "city": "San Francisco" }, { "name": "Bob", "age": 30, "city": "San Francisco" } ] }