hasql icon indicating copy to clipboard operation
hasql copied to clipboard

hasql - is a library for high available PostgreSQL clusters.

Results 2 hasql issues
Sort by recently updated
recently updated
newest added

Hello! I encountered a case when the task that checks pools died. https://github.com/aiokitchen/hasql/blob/master/hasql/base.py#L519 ``` async def _check_pool_task(self, index: int): try: ... await self._periodic_pool_check(pool, dsn, sys_connection) finally: if sys_connection is not...