Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ separate_tables.py
File
separate_tables.py
examples/sharding/separate_tables.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Illustrates sharding using a single SQLite database, that will however
2
have multiple tables using a naming convention.
""
"
3
4
from
__future__
import
annotations
Callers
nothing calls this directly
Calls
7
create_engine
Function · 0.90
sessionmaker
Class · 0.90
Table
Class · 0.90
Column
Class · 0.90
main
Function · 0.70
execution_options
Method · 0.45
configure
Method · 0.45
Tested by
no test coverage detected