Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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数据库、快速集成
- Host: GitHub
- URL: https://github.com/dsiner/androidorm
- Owner: Dsiner
- License: apache-2.0
- Created: 2017-05-29T08:31:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T10:28:52.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T08:29:11.245Z (about 1 year ago)
- Topics: database, demo, orm
- Language: Java
- Homepage:
- Size: 729 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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 DLicensed 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 athttp://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.
```