def resetdb(): print 'Using', db.engine.url db.drop_all() db.create_all()
def createdb(): print 'Using', db.engine.url db.create_all()