Steven Winfield
Steven Winfield
According to the [Python 3.7 docs](https://docs.python.org/3/library/asyncio-eventloop.html?highlight=set_default_executor#asyncio.loop.run_in_executor) >awaitable loop.run_in_executor(executor, func, *args) >Arrange for func to be called in the specified executor. The executor argument should be an concurrent.futures.Executor instance. The default...
Potential fix for #59 Tested and working as I expect it to, but I'm not sure how it will interact with the "fake" pgbouncer user. Perhaps some password-not-set sentinel is...
Hi, We use pgbouncer in our production systems and on the whole we've been extremely pleased with it, though one feature we feel is missing is the ability to configure...