awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesStorage Engine Fallbacks

Mechanisms for automatically selecting optimal storage based on environment capabilities.

Distinguishing note: Focuses on feature detection and fallback logic rather than the storage itself.

Explore 4 awesome GitHub repositories matching data & databases · Storage Engine Fallbacks. Refine with filters or upvote what's useful.

Awesome Storage Engine Fallbacks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mozilla/localforagemozilla का अवतार

    mozilla/localForage

    25,780GitHub पर देखें↗

    localForage is a browser storage wrapper and key-value store that provides a unified JavaScript API for persisting data. It acts as an abstraction layer over IndexedDB, WebSQL, and localStorage, allowing web applications to save data offline. The library features a priority-based driver fallback system that automatically detects and selects the most capable storage engine available in the browser. It simplifies data management by providing an asynchronous interface for storing complex JavaScript objects and binary buffers without requiring manual serialization. The project covers broad capab

    Automatically selects the most capable storage engine and reverts to simpler alternatives via a priority-based fallback system.

    JavaScript
    GitHub पर देखें↗25,780
  • localforage/localforagelocalForage का अवतार

    localForage/localForage

    25,755GitHub पर देखें↗

    This project is an asynchronous key-value store designed for client-side data persistence. It provides a unified interface that allows applications to save and retrieve complex data types, including binary objects, while maintaining responsiveness through non-blocking operations. By enabling offline-first functionality, it ensures that data remains accessible even when a network connection is unavailable. The library distinguishes itself through a driver-based abstraction layer that automatically detects the most efficient storage mechanism available in the current browser or mobile environme

    Automatically selects the optimal storage engine by testing for browser support and falling back when necessary.

    JavaScriptindexeddbjavascriptlocalforage
    GitHub पर देखें↗25,755
  • marcuswestin/store.jsmarcuswestin का अवतार

    marcuswestin/store.js

    13,983GitHub पर देखें↗

    Store.js is a client-side state persistence library and web storage abstraction layer. It provides a consistent browser key-value storage wrapper that manages the persistence of application state across sessions using the most capable available local storage mechanism. The engine is extensible, allowing for the integration of custom storage backends and plugins to modify how data is read and written. It functions as a reactive web storage manager, monitoring specific keys to trigger notifications when stored values are updated. The library handles automatic data serialization for complex typ

    Implements automatic selection of the most capable storage engine with fallbacks to legacy browser mechanisms.

    JavaScriptcross-browserjavascriptlocalstorage
    GitHub पर देखें↗13,983
  • cerbos/cerboscerbos का अवतार

    cerbos/cerbos

    4,460GitHub पर देखें↗

    Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec

    Configures primary and secondary storage drivers to maintain policy availability during failures.

    Goaccess-controlauthorizationgo
    GitHub पर देखें↗4,460
  1. Home
  2. Data & Databases
  3. Storage Engine Fallbacks

सब-टैग एक्सप्लोर करें

  • Storage Engine FallbacksConfigure a primary storage driver with a secondary fallback to maintain availability if the main source fails. **Distinct from Storage Engine Fallbacks:** Focuses on storage driver failover for policy persistence, distinct from general environment-based feature detection.