awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Database Multi-Tenancy Managers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDatabase Multi-Tenancy Managers

Architectural patterns for isolating data sets into independent namespaces or instances.

Distinguishing note: Focuses on logical data isolation and namespace management rather than raw database connectivity.

Explore 1 awesome GitHub repository matching data & databases · Database Multi-Tenancy Managers. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Multi-Tenancy Managers

Awesome Database Multi-Tenancy Managers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • localForage/localForage

    localForage/localForage

    25,755View on 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

    Enables the isolation of application data into distinct namespaces to prevent key collisions and improve state organization.

    JavaScriptindexeddbjavascriptlocalforage
    25,755View on GitHub↗