Skip to content

Commit ddedc1e

Browse files
committed
Sync English Version-Database
1 parent 3f8afc0 commit ddedc1e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

English Version/README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -737,31 +737,25 @@ Project Address: https://github.com/stephanenicolas/robospice
737737
Demo Apk: https://github.com/stephanenicolas/RoboDemo/downloads
738738
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
739739

740-
#### Fourth. Database ORM
741-
orm的db工具类,简化建表, 查询, 更新, 插入, 事务, 索引的操作
742-
740+
#### Fourth. Database
743741
1. greenDAO
744-
Android Sqlite orm的db工具类
742+
GreenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. Being highly optimized for Android, greenDAO offers great performance and consumes minimal memory.
745743
Project Address: https://github.com/greenrobot/greenDAO
746744
Document: http://greendao-orm.com/documentation/
747745
Official Website: http://greendao-orm.com/
748-
特点:(1) 性能佳
749-
(2) 简单易用的API
750-
(3) 内存小好小
751-
(4) 库大小小
752746

753747
1. ActiveAndroid
754-
Android Sqlite orm的db工具类
748+
Active record style SQLite persistence for Android
755749
Project Address: https://github.com/pardom/ActiveAndroid
756750
Document: https://github.com/pardom/ActiveAndroid/wiki/_pages
757751

758752
1. Sprinkles
759-
Android Sqlite orm的db工具类
753+
Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
760754
Project Address: https://github.com/emilsjolander/sprinkles
761-
Document: http://emilsjolander.github.io/blog/2013/12/18/android-with-sprinkles/
762-
特点:比较显著的特点就是配合https://github.com/square/retrofit能保存从服务器获取的数据
755+
Document: http://emilsjolander.github.io/blog/2013/12/18/android-with-sprinkles/
763756

764757
1. ormlite-android
758+
ORMLite Android functionality used in conjunction with ormlite-core
765759
Project Address: https://github.com/j256/ormlite-android
766760
Document: http://ormlite.com/sqlite_java_android_orm.shtml
767761
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

0 commit comments

Comments
 (0)