-
Notifications
You must be signed in to change notification settings - Fork 3
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
Real Time and emits changes #125
Comments
Hi @joseluisgs
This could technically be possible, by merging the current async results (current behavior) and then subscribe to the selected columns that were updated. I think this would involve too much of efforts for me, as it is a non-standard SQL feature. Also I am not aware of the extra cost for the database, and I am not sure how keeping connections opened for a very long time behaves on Transactional databases, and how much of them a Server can support. I leave this idea opened but I do not plan to do it for now. [1] Microsft SQL Server note about Change Tracking :
|
Hello. Thank you. Don't worry. It was only a question. It's nothing important and I know perfectly well the work it takes. |
Thanks a lot @joseluisgs , it's a pleasure to discuss about new feature ideas from Kotysa users ! |
Hi
I have a question,
Is there a way to generate and return changes in real time? i mean, when I use: CoroutinesSqlCLient returns a kotlinx.coroutines.flow.Flow this flow can emits a new result every time the database changes for that query?
or it's just for once?
The text was updated successfully, but these errors were encountered: