[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4053":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":10,"pushedAt":10,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":16,"starSnapshotCount":16,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},4053,"greenDAO","greenrobot\u002FgreenDAO","greenrobot","greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.","http:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002F",null,"Java",12592,2861,515,196,0,67,false,"master",[],"2026-06-12 04:00:20","⚠️ **This project is not longer actively maintained.** If you are looking for an easy to use and efficient database solution,\nplease:\n\nCheck out ObjectBox\n===================\n\n\u003Ca href=\"https:\u002F\u002Fobjectbox.io\u002F\">\u003Cimg width=\"466\" src=\"https:\u002F\u002Fgithub.com\u002Fgreenrobot\u002FgreenDAO\u002Fraw\u002Fmaster\u002Fimages\u002Fobjectbox-logo.png\">\u003C\u002Fa>\n\n**Check out our new mobile database [ObjectBox](https:\u002F\u002Fobjectbox.io\u002F) ([GitHub repo](https:\u002F\u002Fgithub.com\u002Fobjectbox\u002Fobjectbox-java)).**\n\nObjectBox is a superfast object-oriented database with strong relation support. ObjectBox is embedded into your Android, Linux, macOS, or Windows app. \n\ngreenDAO\n========\ngreenDAO 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.\n\n**\u003Cfont size=\"+1\">Home page, documentation, and support links: https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002F\u003C\u002Ffont>**\n\n[![Build Status](https:\u002F\u002Ftravis-ci.org\u002Fgreenrobot\u002FgreenDAO.svg?branch=master)](https:\u002F\u002Ftravis-ci.org\u002Fgreenrobot\u002FgreenDAO)\n[![Follow greenrobot on Twitter](https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fgreenrobot_de.svg?style=flat-square&logo=twitter)](https:\u002F\u002Ftwitter.com\u002Fgreenrobot_de)\n\nFeatures\n--------\ngreenDAO's unique set of features:\n\n* Rock solid: greenDAO has been around since 2011 and is used by countless famous apps\n* Super simple: concise and straight-forward API, in V3 with annotations\n* Small: The library is \u003C150K and it's just plain Java jar (no CPU dependent native parts)\n* Fast: Probably the fastest ORM for Android, driven by intelligent code generation\n* Safe and expressive query API: QueryBuilder uses property constants to avoid typos\n* Powerful joins: query across entities and even chain joins for complex relations\n* Flexible property types: use custom classes or enums to represent data in your entity\n* Encryption: supports SQLCipher encrypted databases\n\nAdd greenDAO to your project\n----------------------------\ngreenDAO is available on Maven Central. Please ensure that you are using the latest versions of the [greendao](https:\u002F\u002Fsearch.maven.org\u002Fsearch?q=g:org.greenrobot%20AND%20a:greendao) and [greendao-gradle-plugin](https:\u002F\u002Fsearch.maven.org\u002Fsearch?q=g:org.greenrobot%20AND%20a:greendao-gradle-plugin) artifact.\n\nAdd the following Gradle configuration to your Android project. In your root `build.gradle` file:\n```groovy\nbuildscript {\n    repositories {\n        jcenter()\n        mavenCentral() \u002F\u002F add repository\n    }\n    dependencies {\n        classpath 'com.android.tools.build:gradle:\u003Cagp-version>'\n        classpath 'org.greenrobot:greendao-gradle-plugin:3.3.1' \u002F\u002F add plugin\n    }\n}\n```\nIn your app modules `app\u002Fbuild.gradle` file:\n```groovy\napply plugin: 'com.android.application'\napply plugin: 'org.greenrobot.greendao' \u002F\u002F apply plugin\n \ndependencies {\n    implementation 'org.greenrobot:greendao:3.3.0' \u002F\u002F add library\n}\n```\n\nNote that this hooks up the greenDAO Gradle plugin to your build process. When you build your project, it generates classes like DaoMaster, DaoSession and DAOs.\n\nContinue at the [Getting Started](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002Fhow-to-get-started\u002F) page.\n\nR8, ProGuard\n------------\n\nIf your project uses R8 or ProGuard add the following rules:\n\n```bash\n-keepclassmembers class * extends org.greenrobot.greendao.AbstractDao {\npublic static java.lang.String TABLENAME;\n}\n-keep class **$Properties { *; }\n\n# If you DO use SQLCipher:\n-keep class org.greenrobot.greendao.database.SqlCipherEncryptedHelper { *; }\n\n# If you do NOT use SQLCipher:\n-dontwarn net.sqlcipher.database.**\n# If you do NOT use RxJava:\n-dontwarn rx.**\n```\n\nHomepage, Documentation, Links\n------------------------------\nFor more details on greenDAO please check [greenDAO's website](https:\u002F\u002Fgreenrobot.org\u002Fgreendao). Here are some direct links you may find useful:\n\n[Features](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Ffeatures\u002F)\n\n[Getting Started](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002Fhow-to-get-started\u002F)\n\n[Documentation](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002F)\n\n[Changelog](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fchangelog\u002F)\n\n[Technical FAQ](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002Ftechnical-faq\u002F)\n\n[Non-Technical FAQ](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002Ffaq\u002F)\n\n[Migrating to greenDAO 3](https:\u002F\u002Fgreenrobot.org\u002Fgreendao\u002Fdocumentation\u002Fupdating-to-greendao-3-and-annotations\u002F)\n\nMore Open Source by greenrobot\n==============================\n[__ObjectBox__](https:\u002F\u002Fgithub.com\u002Fobjectbox\u002Fobjectbox-java) is a new superfast object-oriented database for mobile.\n\n[__EventBus__](https:\u002F\u002Fgithub.com\u002Fgreenrobot\u002FEventBus) is a central publish\u002Fsubscribe bus for Android with optional delivery threads, priorities, and sticky events. A great tool to decouple components (e.g. Activities, Fragments, logic components) from each other.\n\n[__Essentials__](https:\u002F\u002Fgithub.com\u002Fgreenrobot\u002Fessentials) is a set of utility classes and hash functions for Android & Java projects.\n","greenDAO 是一个轻量且快速的 Android 平台 ORM 解决方案，能够将对象映射到 SQLite 数据库。它具有高性能、低内存占用的特点，并通过智能代码生成技术实现快速的数据访问。greenDAO 提供了简洁易用的 API 以及安全且表达力强的查询接口，支持复杂关系的灵活连接查询和自定义数据类型。此外，还支持 SQLCipher 加密数据库，确保数据安全。适用于需要高效稳定数据库操作的各种 Android 应用场景，尤其是对性能有较高要求的应用。尽管该项目已不再积极维护，但其成熟稳定的特性仍使其成为许多知名应用的选择。",2,"2026-06-11 02:58:11","top_language"]