I'm using SQLAlchemy with mysqlclient
(1.4.6) for a production application. Thus, I'd like to know what transaction isolation level it's using.
The docs only describes how to set the isolation level (engine-wide), not how to retrieve the default isolation level?