Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 4e2aeff commit 13868be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,12 @@ This approach help you to improve `Scheme` typing.
- It has same concept and similar API.
- However, [localForage](https://github.com/localForage/localForage) size is large `~8.8kB`(gzipped)
- [Unstorage](https://github.com/unjs/unstorage)
- Unstorage has various cloud storage support.
- Unstorage has various cloud storage support
- However, Unstorage API is too rich for me
- IndexedDB is not supported yet - Issue: https://github.com/unjs/unstorage/issues/10
- [idb](https://github.com/jakearchibald/idb)
- @kvs type interface inspired by idb
- If you want to use only IndexedDB directly, I recommend to use idb

## Changelog

Expand Down

0 comments on commit 13868be

Please sign in to comment.