From browsing the current documentation, I can't seem to find anything similar to sqlalchemy's:
meta = MetaData() meta.reflect(bind=someengine) users_table = meta.tables['users']