Hey! Thanks for this library.
I am trying to figure out how to setup sqlpp11 to work with boost asio in an asynchronous manner.
I think for the first pass, I just want to retrieve the string sqlpp11 is passing into the connector libraries and then directly use it to talk to psql.
Is there a way to get at the sql string that the db object passes to the connector?