Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsiner/androidorm

Fast integration with SQLite & ORMs. greenDAO, Sqlite, Room, OrmLite, LitePal, Realm; ORM数据库、快速集成
https://github.com/dsiner/androidorm

database demo orm

Last synced: 8 days ago
JSON representation

Fast integration with SQLite & ORMs. greenDAO, Sqlite, Room, OrmLite, LitePal, Realm; ORM数据库、快速集成

Awesome Lists containing this project

README

        

# AndroidOrm

[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![API](https://img.shields.io/badge/API-9%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=9)

Fast integration with SQLite & ORMs. `greenDAO v2`, `greenDAO v3`, `Sqlite`, `Room`, `OrmLite`, `LitePal`, `Realm`

## Branch
- [master](https://github.com/Dsiner/AndroidOrm)
- [greendao-v2](https://github.com/Dsiner/AndroidOrm/tree/greendao-v2)
- [greendao-v3](https://github.com/Dsiner/AndroidOrm/tree/greendao-v3)
- [sqlite](https://github.com/Dsiner/AndroidOrm/tree/sqlite)
- [room](https://github.com/Dsiner/AndroidOrm/tree/room)
- [ormlite](https://github.com/Dsiner/AndroidOrm/tree/ormlite)
- [litepal](https://github.com/Dsiner/AndroidOrm/tree/litepal)
- [realm](https://github.com/Dsiner/AndroidOrm/tree/realm)

## Demo


Screenshot

## Thanks
- [greenDAO](https://github.com/greenrobot/greenDAO)
- [Room](https://developer.android.com/topic/libraries/architecture/adding-components)
- [ormlite-android](https://github.com/j256/ormlite-android)
- [LitePal](https://github.com/LitePalFramework/LitePal)
- [realm-java](https://github.com/realm/realm-java)

## Licence

```txt
Copyright 2017 D

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```