Esempio n. 1
0
 def __init__(self):
     self.engine = db_connect()
     create_table(self.engine, DuvalPropertyDataTemp)
     create_table(self.engine, DuvalCountyPropertyData)
     self.Session = sessionmaker(bind=self.engine)
Esempio n. 2
0
 def __init__(self):
     self.engine = db_connect()
     create_table(self.engine, MaricopaCountyPropertyData)
     self.Session = sessionmaker(bind=self.engine)