-
Currently, `StorIO` provides 2 execution models:
- `executeAsBlocking()`
- `createObservable()`
If somebody needs it -> please comment with "+1", so we will know that it should be implemented
-
In SampleApp there is:
`public DbOpenHelper(@NonNull Context context)`
but shouldn't it be:
`public DatabaseHelper(Context context, String dbName, null, int dbVersion)`?
Or should be the db-version-…
-
This will be really handy. Thanks.
-
I'm trying to use buck to do release build, and the proguard config works fine for gradle build, but buck build fail.
Below is my `android_binary` rule:
``` python
android_binary(
name = 'bin',
…
Piasy updated
9 years ago
-
At the moment user can observe changes of particular tables (in `StorIOSQLite`) or particular `Uris` (in `StorIOContentResolver`).
I think it could be useful for users (at least for me and our curren…
-
Please, add, becouse options for sorting can be many.
-
Common task — get exactly one object from the db.
``` java
// Can be null.
final User user = storIOSQLite
.get()
.object(User.class)
.withQuery(new Query.Builder()
.table("users")
.whe…
-
Here is the setup:
```
db.executeSQL()
.withQuery(RawQuery.builder()
.query("DROP TABLE IF EXISTS items")
.build())
.prepare()
.executeAsBlocki…
-
I get this error:
`com.pushtorefresh.storio.StorIOException: java.lang.IllegalStateException: Object does not have type mapping
...
db was not affected by this operation, please add type mapping for t…
-
http://stackoverflow.com/questions/32259956/what-are-the-various-column-types-you-can-have-in-storio