已解决
greenDAO-Android轻量级快速ORM框架
来自网友在路上 162862提问 提问时间:2023-10-02 05:37:48阅读次数: 62
最佳答案 问答题库628位专家为你答疑解惑
官网
https://github.com/greenrobot/greenDAO
简介
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.
Home page, documentation, and support links: greenDAO: Android ORM for your SQLite database - Open Source by greenrobot
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
查看全文
99%的人还看了
相似问题
猜你感兴趣
版权申明
本文"greenDAO-Android轻量级快速ORM框架":http://eshow365.cn/6-15717-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!