jztools.sqlalchemy.utils#
Functions
|
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.