awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesAsynchronous Storage APIs

Interfaces for performing non-blocking data persistence operations.

Distinguishing note: Focuses on the asynchronous execution model for storage, distinct from general database drivers.

Explore 2 awesome GitHub repositories matching data & databases · Asynchronous Storage APIs. Refine with filters or upvote what's useful.

Awesome Asynchronous Storage APIs GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • localforage/localforageالصورة الرمزية لـ localForage

    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

    Executes all data operations through non-blocking promises to ensure the main execution thread remains responsive.

    JavaScriptindexeddbjavascriptlocalforage
    عرض على GitHub↗25,755
  • isar/isarالصورة الرمزية لـ isar

    isar/isar

    4,019عرض على GitHub↗

    Isar هو مخزن مستندات NoSQL محلي آمن من حيث النوع ومتوافق مع ACID مصمم لتخزين واسترجاع البيانات عالي الأداء. يعمل كمحرك قاعدة بيانات مدمج يحتفظ بمجموعات بيانات كبيرة على الجهاز مع ضمان السلامة المعاملاتية من خلال التراجع التلقائي عن عمليات الكتابة الفاشلة. يتميز المشروع بالتحقق من استعلامات قاعدة البيانات في وقت التجميع باستخدام الكتابة الثابتة لمنع أخطاء وقت التشغيل. ويدمج محرك بحث نصي كامل مع فهرسة متخصصة لمطابقة الكلمات الرئيسية والعبارات بكفاءة ويستخدم التنفيذ المتوازي عبر عزل متعدد لمنع حظر خيط التطبيق الرئيسي. يوفر النظام إمكانيات شاملة لإدارة البيانات غير المتزامنة، بما في ذلك عمليات CRUD، والفهرسة المركبة ومتعددة الإدخالات، وتعديل البيانات المصفاة. ويتعامل مع تعريفات المخطط وتكوين مثيل قاعدة البيانات للحفاظ على حالة التطبيق المحلي عبر الجلسات.

    Provides asynchronous interfaces for non-blocking data persistence to maintain application responsiveness.

    Dartandroidcross-platformdart
    عرض على GitHub↗4,019
  1. Home
  2. Data & Databases
  3. Asynchronous Storage APIs