rxkotlin-jdbc icon indicating copy to clipboard operation
rxkotlin-jdbc copied to clipboard

Fluent RxJava JDBC extension functions for Kotlin

Results 3 rxkotlin-jdbc issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm using rxkotlin-jdbc and a Hikari data source in a TornadoFX project and found that a connection is leaking whenever I use `fun DataSource.execute` to delete objects from an underlying...

Hi, There are plans to migrate to rxkotlin 3 and Kotlin 4.1.10 ? Thank you

Currently these three "builders" mutate a central instance. To allow reusing them with different parameters, it might be good to do a clone-and-modify operation for each `parameter()` and `whereOptional()` call.