How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
jStorage is a simple key/value database to store data on browser side
A lightweight clientside JSON document store,
This project is a browser cookie utility and client-side storage library designed to manage small amounts of data persisted in the user's web browser. It functions as a jQuery cookie manager, providing a simplified interface for reading, writing, and deleting cookies using the jQuery framework. The library includes a JSON cookie handler that automatically encodes and decodes complex objects into strings for storage. It allows for the management of data across sessions through the use of expiration dates, path restrictions, and domain scopes. The utility covers broader capabilities for client
db.js is a wrapper for IndexedDB to make it easier to work against
A script and resource loader for caching & loading files with localStorage
The main features of addyosmani/basket.js are: Client-Side Storage.
Projects with overlapping indexed features include: andris9/jstorage — jStorage is a simple key/value database to store data on browser side. brianleroux/lawnchair — A lightweight clientside JSON document store,. carhartl/jquery-cookie — This project is a browser cookie utility and client-side storage library designed to manage small amounts of data… datawan-labs/pg — In Browser PostgreSQL Playground, no server, just client and pglite (postgresql wasm). dexie/dexie.js — Dexie.js is a wrapper library for IndexedDB that provides a simplified interface for managing and querying structured… aaronpowell/db.js — db.js is a wrapper for IndexedDB to make it easier to work against.