MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / setup

Function setup

examples/sharding/separate_schema_translates.py:170–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169
170def setup():
171 # create tables
172 for db in (db1, db2, db3, db4):
173 Base.metadata.create_all(db)
174
175
176def main():

Callers 1

mainFunction · 0.70

Calls 1

create_allMethod · 0.80

Tested by

no test coverage detected