There was an error while loading. Please reload this page.
Here is an example that uses the sync version of the pool, using ``psycopg_pool >= 3.3`` that introduces support for ``close_returns=True``:: import psycopg_pool from sqlalchemy import create_engine ...