pub type Tables = HashMap<String, Table>;
A mapping of table names to in-memory tables.
pub struct Tables { /* private fields */ }