greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

动态创建数据库表 #1072

Closed xayo69 closed 3 years ago

xayo69 commented 3 years ago

greendao支持动态创建数据库表及字段吗?

greenrobot-team commented 3 years ago

Does greendao support dynamic creation of database tables and fields?

No. You define a fixed model at compile time using Java classes.