From 89f0b314651a7ded94547af21e3ac1ca48a6b257 Mon Sep 17 00:00:00 2001 From: "sergey.shablenko" Date: Tue, 12 Aug 2025 00:18:19 +0300 Subject: [PATCH 1/2] add blastore --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa77a0e0..032637f5 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Storage +* [blastore](https://github.com/sergey-shablenko/blastore) - A minimal, high-performance storage wrapper for localStorage, AsyncStorage, memory or any sync/async backend — with full TypeScript type safety. * [store.js](https://github.com/marcuswestin/store.js) - LocalStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood. * [localForage](https://github.com/mozilla/localForage) - Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. * [jStorage](https://github.com/andris9/jStorage) - jStorage is a simple key/value database to store data on browser side. From 0a9621562b39ef5b4d77e355e918b7f6952c0d5f Mon Sep 17 00:00:00 2001 From: "sergey.shablenko" Date: Tue, 12 Aug 2025 00:21:35 +0300 Subject: [PATCH 2/2] move blastore to the end of Storage section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032637f5..9e83500c 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Storage -* [blastore](https://github.com/sergey-shablenko/blastore) - A minimal, high-performance storage wrapper for localStorage, AsyncStorage, memory or any sync/async backend — with full TypeScript type safety. * [store.js](https://github.com/marcuswestin/store.js) - LocalStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood. * [localForage](https://github.com/mozilla/localForage) - Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. * [jStorage](https://github.com/andris9/jStorage) - jStorage is a simple key/value database to store data on browser side. @@ -538,6 +537,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [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. * [PostgreSQL Browser](https://github.com/datawan-labs/pg) - Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm) +* [blastore](https://github.com/sergey-shablenko/blastore) - A minimal, high-performance storage wrapper for localStorage, AsyncStorage, memory or any sync/async backend — with full TypeScript type safety. ## Color