emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
772 stars 84 forks source link

Auto create tables? #78

Closed tposch closed 4 years ago

tposch commented 10 years ago

In one of the earlier versions of sprinkles, the Migration class had a createTable() method that seemed to make it much easier to manage the create statements. Is there anything similar in the current 1.3.1 version that would prevent me from having to craft my own CREATE statement?

GuillaumeLazar commented 9 years ago

Same question here...