You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
The text was updated successfully, but these errors were encountered:
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 =(
It may be almost the same except import (android.database.sqlite.* -->
io.requery.android.database.sqlite.*) and ChangesFilter - actually it is
package private =(
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 👍
The text was updated successfully, but these errors were encountered: