tables_created¶
-
GenericDBWrapper.tables_created= {}¶ This is a static class attribute which tracks which tables have already been created, avoiding
create_schemas()having to make as many queries every time the class is constructed.
GenericDBWrapper.tables_created = {}¶This is a static class attribute which tracks which tables have already been created,
avoiding create_schemas() having to make as many queries every time the class is constructed.