Skip to content

Add ConnectionPool::call_raw method

Егор Ивков requested to merge call-raw into master

ConnectionPool::call_raw allows to call rpcs without using rpc::Request trait. Might be useful for when a stored procedure doesn't take arguments and implementing Request and Response structs seems excessive.

Merge request reports