{"library":"cache-database","type":"library","category":null,"description":"A lightweight, promise-based in-memory database with MongoDB-like query syntax (e.g., $in, $gte, $lte) for Node.js. Version 1.3.3 (last release appears infrequent, no clear cadence) provides basic CRUD operations, sorting, skipping, and field projection. Unlike full databases, it stores data in memory without persistence, making it suitable for caching or prototyping. No external dependencies.","language":"javascript","status":"active","version":"1.3.3","tags":["javascript","cache","db"],"last_verified":"Fri May 01","install":[{"cmd":"npm install cache-database","imports":["const cache = require('cache-database');","cache.create('collection');","collection.find({a: 1}, {b: 0}).then(data => {})"]},{"cmd":"yarn add cache-database","imports":[]},{"cmd":"pnpm add cache-database","imports":[]}],"homepage":null,"github":"https://github.com/polozov-nikita/cache-database","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cache-database","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}