agrosner / agrosner/DBFlow

Read multiple database on same time

オープン
#1,548 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Kotlin
スター
4.8k
フォーク
593
平均マージ
1分
マージ済み PR(30日)
1

説明

DBFlow Version: 4.1.2

Bug or Feature Request: Feature

Description: Hi, In my condition I have multiple databases as per user accounts. As the app is open a default database is initialized with a user account and user make the local updates and user switch the account and make some changes again in default database that was initialized after switching the account.

Currently, I have a Sync Adapter that sees the local updates in default and sync to the server and now I want to implement the one more functionality. I want to read the local updates from every database and sync on the server on that may be on that time use will be using the app. so there will any database would be initialized according to the user account.

I want to know @agrosner that is there any way that I can read the local updates table from every database like we do in the default database or any other way.

```
RXSQLite.rx(SQLite.select()
.from(UpdatePayload.class))
.queryList().toObservable();
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。