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

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

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

praeclarum/sqlite-net

0
View on GitHub↗
4,444 نجوم·1,426 تفرعات·C#·MIT·7 مشاهدات

Sqlite Net

sqlite-net هو أداة تعيين كائنات-علاقات (ORM) خفيفة وطبقة وصول للبيانات لـ SQLite. يوفر أدوات لترجمة فئات التطبيق إلى جداول قاعدة بيانات، وإدارة السجلات من خلال معين الكيانات (entity mapper)، وتنفيذ استمرارية البيانات المحلية.

تتضمن المكتبة غلافاً مشفراً يؤمن ملفات قاعدة البيانات باستخدام مفاتيح الاتصال وإعدادات التشفير الأصلية. كما تتميز بطبقة وصول للبيانات تدعم كلاً من العمليات المتزامنة وغير المتزامنة للحفاظ على استجابة التطبيق أثناء الوصول إلى القرص.

يغطي المشروع مجموعة من قدرات إدارة قواعد البيانات، بما في ذلك توليد الجداول تلقائياً من تعريفات الفئات، وعمليات CRUD القائمة على الكيانات، والاستعلام القائم على المسند (predicate-based). كما يسمح بتنفيذ SQL الخام باستخدام عبارات ذات معاملات (parameterized statements).

Features

  • Local Persistence Layers - Enables local data persistence by saving application state to a local SQLite file.
  • Database Table Generation - Automatically generates database tables based on the definitions provided in entity classes.
  • Entity CRUD Management - Provides a comprehensive set of tools for performing CRUD operations using mapped entities.
  • Local Database Security - Protects sensitive local data using encryption keys to prevent unauthorized file access.
  • Object-Relational Mapping - Implements object-relational mapping to manage data storage without extensive manual SQL.
  • SQL Data Access Layers - Implements a data access layer for executing parameterized SQL and managing database operations.
  • SQLite Integration - Integrates SQLite database functionality to store and retrieve data using defined object models.
  • SQLite ORMs - Functions as a lightweight object-relational mapper for translating application classes into SQLite tables.
  • Object Mappings - Includes a lightweight mapping layer that translates application objects into database tables.
  • Struct-to-Row Mappers - Maps application data structures to database columns for type-safe record insertion.
  • Async-Await ORM Cores - Provides an asynchronous database wrapper that prevents UI thread blocking during disk access.
  • Database File Encryption - Secures database files using symmetric encryption keys applied during the connection handshake.
  • Parameterized Query Bindings - Implements parameterized query bindings to prevent SQL injection attacks and improve performance.
  • Asynchronous Data Loading - Supports non-blocking retrieval and storage of data to keep the application responsive.
  • Raw SQL Execution - Allows the execution of raw SQL commands with parameter binding for complex data manipulation.
  • Lambda-to-SQL Generators - Converts lambda expressions into SQL WHERE clauses to enable filtering without writing raw queries.
  • Attribute-Based Mappings - Uses custom metadata attributes to map application class properties to database columns.
  • Object Mapping - Translates database rows into objects by analyzing class structures at runtime via reflection.
  • Transparent File Encryption - Provides a wrapper that secures the SQLite database file using connection keys and native encryption configurations.
  • Transparent Encryption Wrappers - Provides a transparent encryption wrapper that secures the database file using connection keys.
  • Database Predicate Builders - Allows retrieval of datasets using predicates and ordering clauses to avoid manual SQL.
  • Data Storage - Minimalist library for SQLite database access.

سجل النجوم

مخطط تاريخ النجوم لـ praeclarum/sqlite-netمخطط تاريخ النجوم لـ praeclarum/sqlite-net

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Sqlite Net

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Sqlite Net.
  • dotnetcore/freesqlالصورة الرمزية لـ dotnetcore

    dotnetcore/FreeSql

    4,388عرض على GitHub↗

    FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro

    C#accessclickhousecodefirst
    عرض على GitHub↗4,388
  • fnc12/sqlite_ormالصورة الرمزية لـ fnc12

    fnc12/sqlite_orm

    2,670عرض على GitHub↗

    This project is a header-only C++ library that provides an object-relational mapping layer for SQLite databases. It enables developers to map native class structures directly to database tables, facilitating type-safe data persistence and retrieval without the need for raw query strings. The library distinguishes itself through the use of template-based metaprogramming, which allows for compile-time schema mapping and query construction. By utilizing a fluent interface, it translates method calls into optimized database statements, while its support for prepared statement caching minimizes pa

    C++cpluspluscplusplus-14cpp
    عرض على GitHub↗2,670
  • ccgus/fmdbالصورة الرمزية لـ ccgus

    ccgus/fmdb

    13,851عرض على GitHub↗

    fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management

    Objective-C
    عرض على GitHub↗13,851
  • doctrine/ormالصورة الرمزية لـ doctrine

    doctrine/orm

    10,172عرض على GitHub↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    PHPhacktoberfest
    عرض على GitHub↗10,172
عرض جميع البدائل الـ 30 لـ Sqlite Net→

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

ما هي وظيفة praeclarum/sqlite-net؟

sqlite-net هو أداة تعيين كائنات-علاقات (ORM) خفيفة وطبقة وصول للبيانات لـ SQLite. يوفر أدوات لترجمة فئات التطبيق إلى جداول قاعدة بيانات، وإدارة السجلات من خلال معين الكيانات (entity mapper)، وتنفيذ استمرارية البيانات المحلية.

ما هي الميزات الرئيسية لـ praeclarum/sqlite-net؟

الميزات الرئيسية لـ praeclarum/sqlite-net هي: Local Persistence Layers, Database Table Generation, Entity CRUD Management, Local Database Security, Object-Relational Mapping, SQL Data Access Layers, SQLite Integration, SQLite ORMs.

ما هي البدائل مفتوحة المصدر لـ praeclarum/sqlite-net؟

تشمل البدائل مفتوحة المصدر لـ praeclarum/sqlite-net: dotnetcore/freesql — FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for… fnc12/sqlite_orm — This project is a header-only C++ library that provides an object-relational mapping layer for SQLite databases. It… ccgus/fmdb — fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It… doctrine/orm — Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It… greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… mbdavid/litedb — LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single…