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

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

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

electron-userland/electron-json-storage

0
View on GitHub↗
1,427 نجوم·76 تفرعات·JavaScript·10 مشاهدات

Electron Json Storage

Electron JSON Storage هو أداة لحفظ واسترجاع كائنات JavaScript كملفات JSON على نظام الملفات المحلي داخل تطبيقات سطح المكتب. يعمل كغلاف لإدارة ملفات التكوين المحلية، مما يسمح للمطورين بحفظ واسترجاع تفضيلات المستخدم وإعدادات التطبيق للحفاظ على الحالة عبر جلسات متعددة.

تتميز المكتبة بتوفير عمليات غير متزامنة غير محظورة (non-blocking) وطرق احتياطية متزامنة للوصول إلى البيانات. تدير المكتبة البيانات من خلال تعيين المفتاح والقيمة، حيث يتم ترجمة معرفات السلسلة الفريدة إلى مسارات ملفات محددة، وتدعم دقة المسار الديناميكي للسماح بتجاوزات دليل التخزين المخصص.

بعيداً عن الاستمرارية الأساسية، تتضمن المكتبة أدوات لفحص دليل التخزين، مثل التحقق من وجود مفاتيح محددة أو سرد جميع إدخالات البيانات المتاحة. كما توفر روتينات لحذف الإدخالات الفردية أو مسح دليل التخزين بالكامل لإدارة مساحة الملفات المحلية.

Features

  • JSON-Based Persistence - Persists and retrieves JavaScript objects as JSON files on the local filesystem for desktop applications.
  • Local Persistence - Stores JavaScript objects as local files to ensure data remains available after application restarts.
  • Table Data Retrieval - Supports reading saved JSON files by key to access single or bulk data entries.
  • Electron Applications - Maintains user preferences and application settings as JSON files within Electron desktop applications.
  • Local Configuration Management - Manages local configuration files to maintain and reset application settings.
  • Synchronous Fallbacks - Offers synchronous fallback methods for immediate data access when asynchronous flow is not required.
  • Asynchronous File I/O - Provides non-blocking file I/O operations to prevent main-thread freezing during data access.

سجل النجوم

مخطط تاريخ النجوم لـ electron-userland/electron-json-storageمخطط تاريخ النجوم لـ electron-userland/electron-json-storage

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Electron Json Storage

مجموعات منسقة بعناية يظهر فيها Electron Json Storage.
  • مخازن Key-Value مضمنة للتخزين المحلي

الأسئلة الشائعة

ما هي وظيفة electron-userland/electron-json-storage؟

Electron JSON Storage هو أداة لحفظ واسترجاع كائنات JavaScript كملفات JSON على نظام الملفات المحلي داخل تطبيقات سطح المكتب. يعمل كغلاف لإدارة ملفات التكوين المحلية، مما يسمح للمطورين بحفظ واسترجاع تفضيلات المستخدم وإعدادات التطبيق للحفاظ على الحالة عبر جلسات متعددة.

ما هي الميزات الرئيسية لـ electron-userland/electron-json-storage؟

الميزات الرئيسية لـ electron-userland/electron-json-storage هي: JSON-Based Persistence, Local Persistence, Table Data Retrieval, Electron Applications, Local Configuration Management, Synchronous Fallbacks, Asynchronous File I/O.

ما هي البدائل مفتوحة المصدر لـ electron-userland/electron-json-storage؟

تشمل البدائل مفتوحة المصدر لـ electron-userland/electron-json-storage: sindresorhus/electron-store — electron-store is a persistence layer and key-value storage solution for Electron applications. It manages user… msiemens/tinydb — TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local… ecrmnn/collect.js — collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays… chinese-poetry/chinese-poetry — This project is a comprehensive dataset and archive of classical Chinese poetry, prose, and Confucian classics. It… enochtangg/quick-sql-cheatsheet — This project is a relational database cheat sheet and SQL reference guide. It provides a collection of syntax examples… 1remote/1remote — 1Remote is a portable remote desktop client that manages and launches remote sessions across multiple protocols from a…

بدائل مفتوحة المصدر لـ Electron Json Storage

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Electron Json Storage.
  • sindresorhus/electron-storeالصورة الرمزية لـ sindresorhus

    sindresorhus/electron-store

    4,999عرض على GitHub↗

    electron-store is a persistence layer and key-value storage solution for Electron applications. It manages user preferences and application state by saving and retrieving structured data as JSON files on the local file system. The library includes capabilities for obfuscating configuration files to prevent manual modification of saved data. It also provides a system for automatic data structure migration when the application version is incremented and supports custom serialization pipelines to replace standard JSON parsing. The project covers a broad surface of state management, including sc

    JavaScript
    عرض على GitHub↗4,999
  • msiemens/tinydbالصورة الرمزية لـ msiemens

    msiemens/tinydb

    7,529عرض على GitHub↗

    TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local files, providing a persistence layer that operates without a separate server process. The system is an extensible document store featuring a middleware architecture. This allows for the customization of storage backends and the interception of data operations to transform how information is stored and retrieved. The database manages unstructured data using JSON-based serialization and supports pluggable storage backends for local file persistence.

    Pythondatabasedocumentdbjson
    عرض على GitHub↗7,529
  • ecrmnn/collect.jsالصورة الرمزية لـ ecrmnn

    ecrmnn/collect.js

    6,571عرض على GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    JavaScriptcollectionlaravellaravel-collections
    عرض على GitHub↗6,571
  • 1remote/1remoteالصورة الرمزية لـ 1Remote

    1Remote/1Remote

    5,953عرض على GitHub↗

    1Remote is a portable remote desktop client that manages and launches remote sessions across multiple protocols from a single unified interface. It organizes servers using a flexible tagging system and stores all configuration in structured JSON files for easy backup and transfer between machines. The application supports launching RDP, SSH, VNC, Telnet, and other remote connections, and allows users to replace default protocol handlers with custom external programs that accept command-line arguments. It includes a bulk server editor for applying uniform changes to addresses, credentials, or

    C#rdpremote-controlremote-desktop
    عرض على GitHub↗5,953
عرض جميع البدائل الـ 30 لـ Electron Json Storage→