From a1a2db21e330c50db635a780e6dc4282a4641771 Mon Sep 17 00:00:00 2001 From: infano Date: Mon, 5 Dec 2022 18:05:14 +0800 Subject: [PATCH] add proxy-web-storage to storage (#841) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8be70b..eed702f 100644 --- a/README.md +++ b/README.md @@ -528,6 +528,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [NeDB](https://github.com/louischatriot/nedb) - Embedded Persistent database for Browsers, nw.js, electron. * [Lovefield](https://google.github.io/lovefield) - Lovefield is a relational database for web apps, By Google. * [Dexie.js](https://github.com/dexie/Dexie.js) - Dexie.js is a wrapper library for indexedDB. +* [proxy-web-storage](https://github.com/KID-joker/proxy-web-storage) - Keep the type of storage value unchanged and change array and object directly. Supports listening to the changes and setting expires. ## Color