-
Thanks for sharing the author found a problem when I tried it, and find the reasonAnd you said hereGreendao database problem into the first data no problem to insert the second report abnormal dataAnd…
-
Execution failed for task ':app:greendao'.
> java.io.UnsupportedEncodingException: UTF-
![微信截图_20240929133439](https://github.com/user-attachments/assets/9e51fa34-c30d-4b9c-9b06-f0b7300deff1)
M…
-
GreenDAO is not FOSS as the gradle plugin is still not opens-sourced.
https://github.com/greenrobot/greenDAO/issues/412
We have to select another database library in order to be FOSS and be published …
-
Need update for v2
-
Hello,
I want to ask a question about greenDao.
greendao {
schemaVersion 1
// daoPackage 'com.test.xxx.greendao.gen'
targetGenDir 'src/main/java'
}
Can I dynamica…
-
**[ORM Object/Relational Mapper](https://en.wikipedia.org/wiki/Object-relational_mapping) 对象-关系数据库映射**
Android开源的ORM方案主要以下几种实现:
- [GreenDAO](https://github.com/greenrobot/greenDAO)
与 ORMLite 等使用注解方…
-
As a follow up to [this announcement](https://greenrobot.org/release/daocompat-greendao-on-objectbox/), I'd like to migrate our DB system to [ObjectBox](https://objectbox.io/dev-get-started/).
The …
-
please write a example about use greendao! Thanks! or where are you have use greendao on app.
-
GreenDAO -> http://greenrobot.org/greendao/
-
# Background
In a gradle project, there are two apps which use greenDAO. Define in ```settings.gradle```:
```
include ':app'
include ':app2'
...
```
in `:app` and `:app2`, there are so…