Cakebase Save

Cakebase is an asynchronous json database for nodejs.

Project README


NPM GitHub issues


Installation

Use npm, yarn or pnpm to install cakebase.

npm i cakebase

Usage

const users = require('cakebase')('./users.json')

users
    .get(obj => obj.location === "Mars")
    .then(console.log)


Cakebase Logo


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


Limits

Cakebase should only be used in small projects or test environments, as it is not performant enough to keep up with a real database.


License

MIT

Open Source Agenda is not affiliated with "Cakebase" Project. README Source: erwinkulasic/Cakebase
Stars
27
Open Issues
0
Last Commit
7 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating