4.1.2 • Published 8 months ago

cakebase v4.1.2

Weekly downloads
14
License
MIT
Repository
github
Last release
8 months ago

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

4.1.2

8 months ago

4.1.0

2 years ago

4.1.1

2 years ago

4.0.2

2 years ago

3.0.1

2 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago