I have set up ORM on a SQLite database successfully using the following code to reflect the database:
Base = automap_base() conn_string = \'sqlite:///\' + wd.