pushtorefresh / storio

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

Does StorIO support Unique Key or Compound key? #526

Closed philipuvarov closed 9 years ago

philipuvarov commented 9 years ago

This will be really handy. Thanks.

artem-zinnatullin commented 9 years ago

Yes!

StorIO can work with any kind of primary keys via resolvers: you can use any combination of columns as keys :)

artem-zinnatullin commented 9 years ago

Closing, feel free to comment!