On Jun 19, 2013, at 9:41 AM, Václav Souhrada <
v.sou...@gmail.com> wrote:
> Our database structure is very complicated and we now evaluate some ORM frameworks. We started with ORMLite and we have a problem with multiple pk.
>
> Is there workaround for this?
Right now ORMLite does not support multiple primary keys. About the only work around is to have a single generated primary key and then have a unique restraint on the multiple fields in question.
> Next my question is if ORMLite support attaching of databases for SQLite?
I don't think I know what that means. Hrm, just found it on the google. So you can certain execute the raw SQL commands to do the attach but ORMLite doesn't support it otherwise.
gray