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
- Host: GitHub
- URL: https://github.com/naxam/greendao-android-binding
- Owner: NAXAM
- License: mit
- Created: 2017-06-22T08:24:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T08:25:26.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T06:41:32.667Z (about 1 year ago)
- Language: C#
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```