https://github.com/masquerade-circus/iludb
IluDb is a minimal lodash based in-memory database for node and the web.
https://github.com/masquerade-circus/iludb
database lodash memory-database nodejs npm
Last synced: 8 months ago
JSON representation
IluDb is a minimal lodash based in-memory database for node and the web.
- Host: GitHub
- URL: https://github.com/masquerade-circus/iludb
- Owner: Masquerade-Circus
- License: apache-2.0
- Created: 2018-11-09T05:00:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T22:49:24.000Z (about 3 years ago)
- Last Synced: 2025-05-20T09:08:15.062Z (8 months ago)
- Topics: database, lodash, memory-database, nodejs, npm
- Language: JavaScript
- Size: 404 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IluDb
IluDb is a minimal lodash based in-memory database for node and the web.
It is inspired by [`LokiJS`](http://lokijs.org) but will mantain a minimal api with a small footprint.
So, no mongo like queries as it is, but plugins are welcome. IluDb have a plugin system for extensibility.
# Usage
-- Working on it --
# Build/Test
Build dev with `yarn dev`. It will listen for changes on the lib dir with nodemon.
Test dev with `yarn dev:test`. It will listen for changes on the lib, test and dist dirs with nodemon.
Single test with `yarn test`.
Build with `yarn build`.