diff --git a/README.md b/README.md index cfa081a..59698a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # AndroidDatabaseLibraryComparison A test between a few of the popular libraries running a speed test on how fast they load and save data. -**Note** more to come soon about these with results and methods. +> **Note** more to come soon about these with results and methods. + +## Results +The complete results for [greendao](https://github.com/greenrobot/greenDAO), [sugarORM](https://github.com/satyan/sugar), [activeandroid](https://github.com/pardom/ActiveAndroid), [sprinkles](https://github.com/emilsjolander/sprinkles) and [dbflow](https://github.com/Raizlabs/DBFlow) can be [found here](http://www.raizlabs.com/dev/2015/02/go-dbflow-fastest-android-orm-database-library/). + +Here's a sample the results for the reading items from the database (loading): + +![sample](http://cdn.raizlabs.com/dev/wp-content/uploads/sites/10/2015/02/image-6.png)