jztools.sqlalchemy.utils#

Functions

begin_connection(engine[, connection, commiting])

If a connection is provided, begins from that connection.

jztools.sqlalchemy.utils.begin_connection(engine, connection=None, commiting=True)#

If a connection is provided, begins from that connection. If not, a new connection is created first from the engine.