Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any potential support for the Requery Android SQLite support library? #662

Open
kvithayathil opened this issue Jun 15, 2016 · 2 comments
Open

Comments

@kvithayathil
Copy link

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 👍

@nikitin-da
Copy link
Collaborator

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?

@nikitin-da nikitin-da self-assigned this Jun 15, 2016
@artem-zinnatullin
Copy link
Member

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
#662 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AA7B3NsTBhgcoM2fEMab_9C9AuKZepmKks5qMHWmgaJpZM4I2W8S
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants