ActiveAndroid
Android database ORM
An active record style ORM for Android that simplifies the process of interacting with SQLite databases.
Active record style SQLite persistence for Android
5k stars
238 watching
1k forks
Language: Java
last commit: about 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pardom-zz/ollie | An ORM framework for Android that uses compile-time active record approach to simplify database interactions. | 416 |
zdennis/activerecord-import | A library to bulk insert data into databases using ActiveRecord in an efficient manner. | 4,051 |
meltingice/node-activerecord | An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. | 58 |
agrosner/dbflow | A Kotlin-based, fast and feature-rich Android database library that generates boilerplate code for you. | 4,876 |
magicalpanda/magicalrecord | Simplifies data fetching in Core Data using an object-oriented approach inspired by Ruby on Rails' Active Record pattern. | 10,793 |
janko/sequel-activerecord_connection | An extension to Sequel that allows reusing an existing Active Record connection for database interaction. | 137 |
j256/ormlite-android | Provides Android-specific functionality for working with databases in Java applications. | 1,587 |
pupizoid/ormlite | A lightweight package implementing some ORM-like features and helpers for SQLite databases. | 14 |
databasecleaner/database_cleaner-active_record | Tools for cleaning databases using ActiveRecord | 63 |
raihan2006i/active_admin_paranoia | Adds batch restore and archive actions to ActiveAdmin resource index pages | 29 |
andpor/react-native-sqlite-storage | A React Native plugin that provides a native interface to SQLite databases on Android and iOS devices | 2,762 |
realm/realm-java | A Java-based, mobile-first NoSQL database for Android applications | 11,464 |
mikro-orm/mikro-orm | An ORM framework for TypeScript and Node.js that uses Data Mapper, Unit of Work, and Identity Map patterns to simplify database interactions | 7,818 |
schemaplus/schema_plus_tables | Adds utility features to ActiveRecord's handling of tables | 5 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |