def run(*args, **kw): db = DB(name=config.DB_NAME, user=config.DB_USER) db.execute("""SELECT * from actor""")