radluz

Results 1 issues of radluz

Fix for Windows incompatibility On Windows, Psycopg is not compatible with the default [ProactorEventLoop](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.ProactorEventLoop). Please use a different loop, for instance the [SelectorEventLoop](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.SelectorEventLoop). For instance, you can use, early in...