memtrip / SQLKing

SQLKing is an Android SQLite ORM powered by an annotation preprocessor, tables are defined by Table annotations and CRUD classes expose an expressive api for executing SQLite queries. @memtrip
Other
21 stars 9 forks source link

Primary Key settings - autonumber #16

Open Trellian opened 8 years ago

Trellian commented 8 years ago

Hi Sam,

Have you considered adding an @PrimaryKey option to the annotations? Currently, AutoNumber of the PK is not supported. Is there a workaround for this perhaps?

Thanks, Adrian

samkirton commented 8 years ago

Yeah this is a nice feature