CapSQL is a context manager that captures and logs queries executed by a SQLAlchemy engine. This is primarily aimed at unit testing to get significantly better debug logging, and to make assertions ...
The vanilla dialects for connecting to PostgreSQL with SQLAlchemy will employ a few behaviors that strictly expect a PostgreSQL server on the other end. However, some operations may croak on databases ...