How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A script and resource loader for caching & loading files with localStorage
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
jStorage is a simple key/value database to store data on browser side
The main features of andris9/jstorage are: Client-Side Storage.
Open-source alternatives to andris9/jstorage include: addyosmani/basket.js — A script and resource loader for caching & loading files with localStorage. 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.