Open sdeleuze opened 5 years ago
Thanks for your suggestion.
I did consider to make Ktorm non-blocking via coroutines. But it requires a huge refactoring of existing code base, so I don't know when it will be released. Maybe in a far future.
My first suggestion would be to change so that a query is applied to a connection object. Then the JDBC and R2DBC specific code can be separated. This would also allow for multiple datasources.
I am working on an application where I will have to select data from quite large tables, so an async Flow
API with postgresql set to single row mode would make this library perfect for this.
2020年8月12日 , 期待中
2022年4月17日 , 期待中
2022年6月8日 , 期待中
2022年8月2号,期待中
2024년 10월 14일 - 여전히 기다리는 중
any news?
It would be awesome if Ktorm could be non-blocking and reactive by leveraging R2DBC instead of JDBC exposed via Coroutines and its
Flow
API instead ofSequence
.