rxkotlin-jdbc
rxkotlin-jdbc copied to clipboard
Allow reuse of SelectOperation, InsertOperation, UpdateOperation
trafficstars
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.