Open
Description
How does one execute a stored procedure through the classes provided by aiomysql.sa
? I need to use a stored procedure for a couple of operations, with all others being done via direct queries to tables/views. The real SQLAlchemy Engine
object has a raw_connection
method for doing this, but I do not see an equivalent in aiomysql.sa.Engine
.
Activity