gfx/Android-Orma Android Orma入門 Orma 란? Orma는 Android용 ORM. 구현은 SQLiteDatabase 래퍼. ActiveAndroid처럼 간단하고, GreenDAO처럼 빠른 ORM을 목표로 개발. 성능은 천하 제일 "Android의 ORM"무도회 (2015 년판) 을 참조. build.app 2017.01.03일자 dependencies { annotationProcessor 'com.github.gfx.android.orma:orma-processor:4.0.2' compile 'com.github.gfx.android.orma:orma:4.0.2' } github 설명 1. 개요 @Table, @Column 및 @PrimaryKey로 주석 된 모델 클래스를 정의..