2 مستودعات
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.
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.
Isar هو مخزن مستندات NoSQL محلي آمن من حيث النوع ومتوافق مع ACID مصمم لتخزين واسترجاع البيانات عالي الأداء. يعمل كمحرك قاعدة بيانات مدمج يحتفظ بمجموعات بيانات كبيرة على الجهاز مع ضمان السلامة المعاملاتية من خلال التراجع التلقائي عن عمليات الكتابة الفاشلة. يتميز المشروع بالتحقق من استعلامات قاعدة البيانات في وقت التجميع باستخدام الكتابة الثابتة لمنع أخطاء وقت التشغيل. ويدمج محرك بحث نصي كامل مع فهرسة متخصصة لمطابقة الكلمات الرئيسية والعبارات بكفاءة ويستخدم التنفيذ المتوازي عبر عزل متعدد لمنع حظر خيط التطبيق الرئيسي. يوفر النظام إمكانيات شاملة لإدارة البيانات غير المتزامنة، بما في ذلك عمليات CRUD، والفهرسة المركبة ومتعددة الإدخالات، وتعديل البيانات المصفاة. ويتعامل مع تعريفات المخطط وتكوين مثيل قاعدة البيانات للحفاظ على حالة التطبيق المحلي عبر الجلسات.
Provides asynchronous interfaces for non-blocking data persistence to maintain application responsiveness.