{"library":"lum_lokijs","type":"library","category":null,"description":"LokiJS is a fast, embeddable, document-oriented NoSQL database written entirely in JavaScript. It operates in-memory, making it suitable for performance-critical applications like client-side session stores, embedded databases in Electron or Node-WebKit apps, or mobile applications using frameworks like Nativescript and Cordova. It features collections with unique and binary indexes, dynamic views, a Changes API for synchronization, and supports joins. Persistence is handled through a pluggable adapter system, with built-in adapters for Node.js file system, browser IndexedDB, and localStorage. While the last published version on npm is 1.5.12 (last updated around 2019-2020), the project has seen minimal activity and is largely considered unmaintained, with its official successor being LokiDB. Users should be aware of its unmaintained status and consider the successor or other alternatives for new projects.","language":"javascript","status":"abandoned","version":"1.5.11","tags":["javascript","document-oriented","mmdb","json","nosql","lokijs","in-memory"],"install":[{"cmd":"npm install lum_lokijs","imports":["import Loki from 'lokijs';\n// Or for CommonJS:\nconst Loki = require('lokijs');","import LokiIndexedAdapter from 'lokijs/src/loki-indexed-adapter';\n// Or for CommonJS:\nconst LokiIndexedAdapter = require('lokijs/src/loki-indexed-adapter');","const users = db.addCollection('users');\n// (Collection class is usually instantiated via db.addCollection, not directly imported)"]},{"cmd":"yarn add lum_lokijs","imports":[]},{"cmd":"pnpm add lum_lokijs","imports":[]}],"homepage":"http://lokijs.org","github":"https://github.com/techfort/LokiJS","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lum_lokijs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lum_lokijs/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}