storage.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [storage]
www.codever.land/bookmarks/t/storage
localForage
https://github.com/mozilla/localForage
Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
- tags: javascript, storage
- :octocat: source code
jStorage
https://github.com/andris9/jStorage
jStorage is a simple key/value database to store data on browser side.
- tags: javascript, storage
- :octocat: source code
cross-storage
https://github.com/zendesk/cross-storage
Cross domain local storage, with permissions.
- tags: javascript, storage
- :octocat: source code
basket.js
https://github.com/addyosmani/basket.js
A script and resource loader for caching & loading scripts with localStorage.
- tags: javascript, storage
- :octocat: source code
bag.js
https://github.com/nodeca/bag.js
A caching script and resource loader, similar to basket.js, but with additional k/v interface and localStorage / websql / indexedDB support.
- tags: javascript, storage
- :octocat: source code
basil.js
https://github.com/Wisembly/basil.js
The missing Javascript smart persistent layer.
- tags: javascript, storage
- :octocat: source code
jquery-cookie
https://github.com/carhartl/jquery-cookie
A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
- tags: javascript, storage
- :octocat: source code
js-cookie
https://github.com/js-cookie/js-cookie
A simple, lightweight JavaScript API for handling browser cookies
- tags: javascript, storage
- :octocat: source code
Cookies
https://github.com/ScottHamper/Cookies
JavaScript Client-Side Cookie Manipulation Library.
- tags: javascript, storage
- :octocat: source code
DB.js
https://github.com/aaronpowell/db.js/
Promise based IndexDB Wrapper library
- tags: javascript, storage
- :octocat: source code
lawnchair.js
https://github.com/brianleroux/lawnchair/
Simple client-side JSON storage.
- tags: javascript, storage
- :octocat: source code
sql.js
https://github.com/kripken/sql.js
SQLite compiled to JavaScript through Emscripten.
- tags: javascript, storage
- :octocat: source code
Gluster
Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.
- tags: filesystem, cloud, storage
- :octocat: source code