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
I know about this thread #326, but is is preety old and not updated, as I see, so I made new one.
So, some use cases of RxJava & Exposed:
Data observability.
Will be cool to subscribe to data, and, when something changed in table, receive update via rx observable. It is really useful, for example, in android apps. If this feature will be supported, I guess, that this will be the reasin to use Exposed instead other ORMs in android.
Threads managing.
As for me, will be cool, to manage threads for database, like in RxJava (subscribeOn , observeOn) (ok, it's also possible via coroutines)
Flowable's back-pressure.
Returning to examples in android ecosystem, imagine case, when database used as cache. UI subscribed to it and will be notified, when data were updated. And, just imagine, that this data size is huge, so, it will be usefull to handle via Flowable's back-pressure.
The text was updated successfully, but these errors were encountered:
It will be very useful to have Exposed on the server and the Android app, especially when you have the same schema on the backend and in the apps. But, not having this feature is a deal-breaker for choosing Exposed over RoomDatabase on Android.
I know about this thread #326, but is is preety old and not updated, as I see, so I made new one.
So, some use cases of RxJava & Exposed:
Will be cool to subscribe to data, and, when something changed in table, receive update via rx observable. It is really useful, for example, in android apps. If this feature will be supported, I guess, that this will be the reasin to use Exposed instead other ORMs in android.
As for me, will be cool, to manage threads for database, like in RxJava (subscribeOn , observeOn) (ok, it's also possible via coroutines)
Returning to examples in android ecosystem, imagine case, when database used as cache. UI subscribed to it and will be notified, when data were updated. And, just imagine, that this data size is huge, so, it will be usefull to handle via Flowable's back-pressure.
The text was updated successfully, but these errors were encountered: