storage
Storage library
An asynchronous wrapper around localForage that supports multiple storage backends and provides a simple API for storing and retrieving data in a browser
Asynchronous browser storage with multiple back-ends (IndexedDB, WebSQL, localStorage)
606 stars
19 watching
20 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
indexeddblocalforagelocalstoragewebsql
Related projects:
Repository | Description | Stars |
---|---|---|
cyrilletuzi/angular-async-local-storage | A client-side storage solution for Angular applications using asynchronous IndexedDB and RxJS observables. | 676 |
yarkovaleksei/vue2-storage | Provides a simple way to store and retrieve data in web applications | 112 |
luics/storage | A JavaScript library that enables cross-terminal, cross-origin storage across different environments | 132 |
restuwahyu13/node-disk-storage | A fast and secure local storage solution for Node.js applications | 16 |
hj29/vue-use-local-storage | A Vue 3 composition API to store and retrieve reactive data from local storage. | 4 |
gadingnst/simple-webstorage | Utilities to simplify accessing application storage in client browsers | 11 |
juliomrqz/vue-warehouse | Provides a cross-browser storage solution with support for multiple storage methods and plugins, enabling easy integration with Vue.js applications. | 174 |
pinguinjkeke/vue-local-storage | A Vue.js plugin that provides type-safe storage and computed variables for local storage with support for both client-side and server-rendered applications. | 672 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
aaronpowell/db.js | A wrapper around IndexedDB to simplify working with the storage API | 818 |
funkensturm/ember-local-storage | An Ember.js addon providing a storage solution using localStorage or sessionStorage to persist data changes | 220 |
unshiftio/sessionstorage | Provides a fallback storage solution for temporary data in the browser using alternative APIs when sessionStorage is not available | 23 |
marazmiki/django-webdav-storage | A Django storage backend allowing you to save media and static files into your own WebDAV storage | 21 |
blazored/localstorage | A NuGet package providing access to the browser's local storage APIs for Blazor applications | 1,245 |
cyclejs/storage | A Cycle.js driver for interacting with browser storage | 51 |