- metadata
sqlalchemy.MetaData The sqlalchemy schema description.
- tables
dict A mapping from table or view name to the associated SQLAlchemy object.
Note that this contains both true tables and views.
- views
set The names of entries in tables that are actually implemented as
views.