https://github.com/idea2app/taro-idb-keyval
A minimal shim of idb-keyval for Taro framework
https://github.com/idea2app/taro-idb-keyval
database indexed-db key-value mini-app shim standard storage taro web
Last synced: 3 months ago
JSON representation
A minimal shim of idb-keyval for Taro framework
- Host: GitHub
- URL: https://github.com/idea2app/taro-idb-keyval
- Owner: idea2app
- Created: 2025-04-29T20:09:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T20:15:25.000Z (about 1 year ago)
- Last Synced: 2025-10-19T02:48:09.744Z (8 months ago)
- Topics: database, indexed-db, key-value, mini-app, shim, standard, storage, taro, web
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Taro idb-keyval shim
A minimal shim of [idb-keyval][1] for [Taro][2] framework
## Usage
### `package.json`
```json
{
"resolutions": {
"idb-keyval": "npm:taro-idb-keyval"
}
}
```
### Installation
```shell
yarn
# or
pnpm i
```
## User case
1. https://github.com/idea2app/Taro-Vant-MobX-ts
[1]: https://github.com/jakearchibald/idb-keyval
[2]: https://github.com/NervJS/taro