Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
170
def
setup():
171
# create tables
172
for
db in (db1, db2, db3, db4):
173
Base.metadata.create_all(db)
174
175
176
def
main():
Callers
1
main
Function · 0.70
Calls
1
create_all
Method · 0.80
Tested by
no test coverage detected