turbomanage / storm-gen

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

Support relations #3

Open turbomanage opened 10 years ago

turbomanage commented 10 years ago

Provide limited support for relations. Perhaps a @Key annotation which would create a FOREIGN KEY constraint and generate corresponding helper methods in DAO classes.