androiddynamic-datadaoormlitedynamic-ui

Can I use ormlite to dynamically generate the DAO layer on Android?


I'm trying to solve this problem. I was wondering if it's possible to use ORMLite (or modify it) to support this use case ?

Thanks.


Solution

  • Just use db4o and forget all the sql and mappings hassle. Model your objects and persist them directly.