Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Mar 17, 2024
1 parent 7fa44b9 commit e1bd1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ DB.set('key', 'value')
- `get(key)` - Gets the value of a key
- `has(key)` - Is there a key in the db
- `remove(key)` - Removes a key from the db
- `find(function)` - Returns a list of keys which values follow the function
- `all()` - Gets the whole databse as object

### Number values
Expand Down

0 comments on commit e1bd1a3

Please sign in to comment.