turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Issue when trying to coexist with Room library #51

Open vasimihalca opened 6 years ago

vasimihalca commented 6 years ago

Hello,

I'm working on a project that's using this library and the whole project is build around it. Its quite tightly coupled and I would like to introduce the architecture components and use room library. For the begining, I'm trying to have room along with storm-gen, as I will try to convert only 2 screens whose database tables are not dependent on other screens. In order not to repeat myself, I will link to the issue I've posted in the room issue tracker: https://github.com/googlesamples/android-architecture-components/issues/185

Any input is appreciated! Cheers, Vasi