awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pardom avatar

pardom/ActiveAndroid

0
View on GitHub↗
4,656 星标·1,027 分支·Java·2 次浏览www.activeandroid.com↗

ActiveAndroid

ActiveAndroid is a persistence framework for managing local SQLite databases on Android. It provides an active record object-relational mapping system that binds database tables to classes, allowing for data persistence and retrieval without writing manual SQL.

The project distinguishes itself through a dedicated schema migration tool that updates database structures using versioned scripts loaded from application assets. It also includes a framework for sharing database content between different Android applications via a standard URI-based content provider interface.

The library covers broad capability areas including object-relational mapping for managing table relationships and custom data types, bulk transaction processing for data ingestion, and automated database initialization from pre-populated asset files. It further provides utilities for programmatic querying and column indexing to manage data lookup and retrieval.

Features

  • Active-Record ORMs - Provides an Active Record ORM that binds data access logic directly to model objects.
  • Android SQLite Management - Provides a comprehensive persistence framework for managing SQLite databases within the Android ecosystem.
  • Schema Migration Scripts - Uses ordered SQL scripts from assets to incrementally update database structures across application versions.
  • Database Schema Migrations - Automates the application of versioned updates to database schemas to maintain structural compatibility.
  • Object-Relational Mapping Associations - Manages relationships and foreign key associations between database entities at the ORM level.
  • Programmatic Query APIs - Retrieves objects from the database using a programmatic API to filter and fetch records.
  • Schema Migration Tools - Ships a management tool for updating database structures using versioned scripts loaded from assets.
  • Class-to-Table Mappings - Maps classes to tables using annotations to manage primitive data types and primary keys.
  • Object Relational Mappings - Provides an object-relational mapping system to bind Android classes to SQLite tables using annotations.
  • Content Providers - Implements standardized Android Content Providers to share database content with other applications.
  • Inter-App Data Sharing - Exports database records to other Android applications via system-standard content providers.
  • URI-Based Content Provisioning - Exposes database records to external applications using a standard provider interface and URI-based access patterns.
  • Schema Mappings - Maps application objects to database table columns using metadata annotations.
  • Database Schema Migrations - Implements a dedicated tool for updating database schemas through sequential, versioned SQL scripts.
  • Custom Type Serializers - Implements serialization and deserialization logic to map complex Java objects to primitive database types.
  • Data Type Mappings - Translates application-level complex data types into native database column formats.
  • Database Connection Management - Manages the lifecycle and configuration of connections to SQLite database files.
  • Database Initializations - Provides mechanisms for initializing the database using pre-populated files from application assets.
  • Database Schema Initializations - Provides a mechanism to initialize the database structure and seed it with data from application assets.
  • Database Setup - Automates the configuration and initialization of the database layer during application startup.
  • Bulk ORM Operations - Provides high-speed bulk insert and update operations for records using batch processing.
  • Record Deletion - Provides methods for removing specific database records based on object instances or query criteria.
  • Bulk Record Insertions - Supports bulk record insertion by wrapping multiple save operations in a single atomic transaction.
  • Column Indexing - Allows marking specific columns as indexed within model definitions to accelerate search and filtering.
  • Database ORM - Implements active record style persistence for SQLite databases.
  • Persistence - Active record style SQLite persistence.

Star 历史

pardom/activeandroid 的 Star 历史图表pardom/activeandroid 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

pardom/activeandroid 是做什么的?

ActiveAndroid is a persistence framework for managing local SQLite databases on Android. It provides an active record object-relational mapping system that binds database tables to classes, allowing for data persistence and retrieval without writing manual SQL.

pardom/activeandroid 的主要功能有哪些?

pardom/activeandroid 的主要功能包括:Active-Record ORMs, Android SQLite Management, Schema Migration Scripts, Database Schema Migrations, Object-Relational Mapping Associations, Programmatic Query APIs, Schema Migration Tools, Class-to-Table Mappings。

pardom/activeandroid 有哪些开源替代品?

pardom/activeandroid 的开源替代品包括: dotnetcore/freesql — FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for… simolus3/drift — Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database… guolindev/litepal — LitePal is an object-relational mapping library and SQLite database wrapper for Android applications. It replaces raw… yiisoft/yii — Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful… thuss/standalone-migrations — Standalone Migrations is a Ruby-based utility that provides database schema management and migration capabilities… seaql/sea-orm — Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly…

ActiveAndroid 的开源替代方案

相似的开源项目,按与 ActiveAndroid 的功能重合度排序。
  • dotnetcore/freesqldotnetcore 的头像

    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
  • simolus3/driftsimolus3 的头像

    simolus3/drift

    3,231在 GitHub 上查看↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Dartdartdart-build-systemflutter
    在 GitHub 上查看↗3,231
  • guolindev/litepalguolindev 的头像

    guolindev/LitePal

    8,068在 GitHub 上查看↗

    LitePal is an object-relational mapping library and SQLite database wrapper for Android applications. It replaces raw SQL queries with a fluent interface and object mapping to simplify local data persistence and database management. The project provides a specialized system for automatically synchronizing database schemas based on model definitions to handle version updates. It also includes a storage solution for securing sensitive data through configurable field-level encryption. The library covers broad data storage and synchronization capabilities, including atomic transaction support, m

    Javaandroidlitepalsqlite3
    在 GitHub 上查看↗8,068
  • yiisoft/yiiyiisoft 的头像

    yiisoft/yii

    4,825在 GitHub 上查看↗

    Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful services. It operates as an MVC application framework that separates business logic from the user interface and includes a built-in object-relational mapper for interacting with databases. The project provides a comprehensive command line toolset for project bootstrapping, automated code generation, and the execution of background tasks. It utilizes a component-based architecture and a service locator to manage dependency injection and object lifecycles. The framework covers a

    PHPhacktoberfestphpphp-framework
    在 GitHub 上查看↗4,825
  • 查看 ActiveAndroid 的所有 30 个替代方案→