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

https://github.com/naxam/greendao-android-binding

Xamarin Binding Library - Greenbot:GreenDAO
https://github.com/naxam/greendao-android-binding

Last synced: 11 months ago
JSON representation

Xamarin Binding Library - Greenbot:GreenDAO

Awesome Lists containing this project

README

          

greenDAO: Xamarin Binding Library
========
greenDAO is a light & fast ORM for Android that maps objects to SQLite databases. Being highly optimized for Android, greenDAO offers great performance and consumes minimal memory.

Features
--------
greenDAO's unique set of features:

* Rock solid: greenDAO has been around since 2011 and is used by countless famous apps
* Super simple: concise and straight-forward API, in V3 with annotations
* Small: The library is <150K and it's just plain Java jar (no CPU dependent native parts)
* Fast: Probably the fastest ORM for Android, driven by intelligent code generation
* Safe and expressive query API: QueryBuilder uses property constants to avoid typos
* Powerful joins: query across entities and even chain joins for complex relations
* Flexible property types: use custom classes or enums to represent data in your entity
* Encryption: supports SQLCipher encrypted databases

```
Install-Package Naxam.GreenDao.Droid
```