cakebase
TypeScript icon, indicating that this package has built-in type declarations

4.1.2 • Public • Published


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

Package Sidebar

Install

npm i cakebase

Weekly Downloads

17

Version

4.1.2

License

MIT

Unpacked Size

9.9 kB

Total Files

6

Last publish

Collaborators

  • verticaldev