Any potential support for the Requery Android SQLite support library?
Just wondering if it's a possibility down the road to maybe have an optional extension to enable some sort of compatibility wrapper with Requry's Android SQLite?
Keep up the good work otherwise! It's a great library :+1:
Hi @jedikv! Thanks!
Right now there isn't StorIO wrapper for requery directly, but it is quite simple to make it yourself.
You just need to write own implementation StorIOSQLite - like DefaultStorIOSQLite.
It may be almost the same except import (android.database.sqlite.* --> io.requery.android.database.sqlite.*) and ChangesFilter - actually it is package private =(
@artem-zinnatullin, @karlicoss should we in the short term create separate module with Requery support?
Well, that'll be nice, I believe even you will enjoy SQLite 4 in apps you work on.
On Thu, 16 Jun 2016, 00:59 Dmitrii Nikitin, [email protected] wrote:
Hi @jedikv https://github.com/jedikv! Thanks! Right now there isn't StorIO wrapper for requery directly, but it is quite simple to make it yourself. You just need to write own implementation StorIOSQLite - like DefaultStorIOSQLite https://github.com/pushtorefresh/storio/blob/master/storio-sqlite/src/main/java/com/pushtorefresh/storio/sqlite/impl/DefaultStorIOSQLite.java.
It may be almost the same except import (android.database.sqlite.* --> io.requery.android.database.sqlite.*) and ChangesFilter - actually it is package private =(
@artem-zinnatullin https://github.com/artem-zinnatullin, @karlicoss https://github.com/karlicoss should we in the short term create separate module with Requery support?
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/pushtorefresh/storio/issues/662#issuecomment-226332830, or mute the thread https://github.com/notifications/unsubscribe/AA7B3NsTBhgcoM2fEMab_9C9AuKZepmKks5qMHWmgaJpZM4I2W8S .