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

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

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

pardom-zz/ActiveAndroid

0
View on GitHub↗
4,689 نجوم·1,027 تفرعات·Java·2 مشاهداتwww.activeandroid.com↗

ActiveAndroid

ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation.

The library enables data persistence without the need to write manual SQL queries. It maps database rows to Java objects, allowing records to be saved, retrieved, and deleted using object-oriented methods.

The toolkit covers local mobile data storage and database management, providing a layer that links database table structures to specific object properties.

Features

  • Object-Relational Mapping - Maps programming language objects to database records to allow data manipulation as class instances.
  • Object-to-Row Mapping - Simplifies CRUD operations by directly linking database table rows to object instances.
  • Database Record Operations - Provides high-level methods for performing standard create, read, update, and delete operations on data records.
  • Object-Relational Mappers - Simplifies database interactions by mapping SQLite data to Java objects for Android applications.
  • Object Mappings - Links Java object properties to database table schemas to ensure consistent data persistence.
  • Android SQLite Management - Manages schemas and result parsing specifically within the Android ecosystem for SQLite databases.
  • SQL-Free Persistence - Enables storing and retrieving records using object-oriented methods to avoid manual SQL query strings.
  • Data Access & Abstraction - Provides a simplified interface for interacting with local data without exposing complex SQL implementation details.
  • Mobile Storage Engines - Provides a data persistence implementation optimized for the constraints of mobile device environments.
  • Object Persistence - Allows saving complex in-memory data structures to persistent storage using object-oriented methods.
  • Android Libraries - Functions as a software package designed to extend data persistence functionality in Android applications.
  • Android SQLite Wrappers - Provides a high-level interface for managing local SQLite databases without writing manual SQL.

سجل النجوم

مخطط تاريخ النجوم لـ pardom-zz/activeandroidمخطط تاريخ النجوم لـ pardom-zz/activeandroid

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع ActiveAndroid.
  • 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
  • dotnet/efcoreالصورة الرمزية لـ dotnet

    dotnet/efcore

    14,587عرض على GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    C#aspnet-productc-sharpdatabase
    عرض على GitHub↗14,587
  • vincit/objection.jsالصورة الرمزية لـ Vincit

    Vincit/objection.js

    7,343عرض على GitHub↗

    Objection.js is an object-relational mapper for Node.js that maps SQL database tables to classes and rows to model instances. It functions as a high-level abstraction layer built on top of the Knex.js query builder to provide structured model definitions and relational data mapping. The project distinguishes itself through its ability to manage complex object graphs, allowing for the persistence and eager-loading of deeply nested related data in single operations. It incorporates a data integrity layer that uses JSON schema validation to verify model instances before they are persisted to the

    JavaScript
    عرض على GitHub↗7,343
  • aspnet/entityframeworkالصورة الرمزية لـ aspnet

    aspnet/EntityFramework

    14,690عرض على GitHub↗

    EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows. It functions as a query engine that converts high-level expressions into optimized SQL commands for data retrieval. The project provides a mechanism for monitoring modifications to loaded objects to synchronize application state with the database. It also includes a system for synchronizing database structures with data models using versioned migration scripts. The framework supports multi-backend database integration through a plugin system, allowing a single application to

    C#
    عرض على GitHub↗14,690
عرض جميع البدائل الـ 30 لـ ActiveAndroid→

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

ما هي وظيفة pardom-zz/activeandroid؟

ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation.

ما هي الميزات الرئيسية لـ pardom-zz/activeandroid؟

الميزات الرئيسية لـ pardom-zz/activeandroid هي: Object-Relational Mapping, Object-to-Row Mapping, Database Record Operations, Object-Relational Mappers, Object Mappings, Android SQLite Management, SQL-Free Persistence, Data Access & Abstraction.

ما هي البدائل مفتوحة المصدر لـ pardom-zz/activeandroid؟

تشمل البدائل مفتوحة المصدر لـ pardom-zz/activeandroid: doctrine/orm — Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It… dotnet/efcore — Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using… vincit/objection.js — Objection.js is an object-relational mapper for Node.js that maps SQL database tables to classes and rows to model… aspnet/entityframework — EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows.… greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… alexeymezenin/laravel-best-practices — This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable…