コード例 #1
0
ファイル: __init__.py プロジェクト: Brennan-McKinney/repoman
def init_model(engine):
    """Call me before using any of the tables or classes in the model"""
    Session.configure(bind=engine)
コード例 #2
0
def init_model(engine):
    """Call me before using any of the tables or classes in the model"""
    Session.configure(bind=engine)