awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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,780在 GitHub 上查看↗

    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,755在 GitHub 上查看↗

    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,983在 GitHub 上查看↗

    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,460在 GitHub 上查看↗

    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.