rexie
rexie copied to clipboard
Small API expansion & docs
Hi!
- Added
getAllKeys
API support (on both transaction and store objects) - closes #24 - Added
Store::key_exists
API -
Breaking:
get
now returns anOption<T>
when the underlyingJsValue
is eithernull
orundefined
. - Added a bit of docs here and there referencing the methods on MDN