Indexdb Packages
ux-web-storage
```shell npm i ux-web-storage ```
tom-indexdb
@kuiu/indexed-db
js indexeddb
@liwenxiang/indexdb
一个简易的支持Promise的indexdb工具包
@michaelray/indexdb
typescript indexDb封装
@necolo/idb-store
A simple IndexedDB api
@nightmaregaurav/indexdbwrapper
IndexDBWrapper is a library that allows you to interact with the IndexedDB API in a relational way. It is not an ORM. It only provides simple CRUD methods to interact with the IndexedDB API.
@mixmarvel/ts-indexdb
typescript indexDb封装
@oceans/indexdb
oceans indexdb
@ocap/indexdb-dynamodb
OCAP indexdb adapter that uses DynamoDB as backend
@ocap/indexdb-memory
OCAP indexdb adapter that uses memory as backend, just for test purpose
@ouyangzhigang/common
The ouyangzhigang's common class
@sdewa/browser-base
A tool to help developer store data ofline on browser
officiistotam
typescript indexDb capsulation
imagebindb
convert images to binary data, store them in IndexedDB, and retrieve and convert them back to images
indexdb-prisma
a promise based library which uses prisma syntax to query indexdb database on the browser
indexdb-store
Tool for working with indexedDB in a js Promises. written in Typescript
indexdb-frontendcache
Simple and easy to use timing task based on indexdb
hydbjs
- hydb 是一个用于浏览器的轻量级数据库操作库,使用 ts+promise 提供了对 IndexedDB 的封装和便捷的 API,用于简化数据库的创建、表的管理和数据的增删改查操作。它提供了一系列的方法来操作数据库和表,包括创建、删除、查询和更新数据等功能,来减少开发者的成本.