pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

String as PrimaryKey possible in StorIO? #507

Closed Rainer-Lang closed 9 years ago

Rainer-Lang commented 9 years ago

Just to be sure... :-)

artem-zinnatullin commented 9 years ago

If you are talking about StorIOSQLite annotation processor — then the answer is yes :)

StorIO does not force you use only primary key from the SQLite table, you can do any kinds of "logical keys" for Put operation.

Rainer-Lang commented 9 years ago

Thanks - I'm using uuid's.

artem-zinnatullin commented 9 years ago

Closing :)