MCPcopy
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
2have multiple tables using a naming convention."""
3
4from __future__ import annotations

Callers

nothing calls this directly

Calls 7

create_engineFunction · 0.90
sessionmakerClass · 0.90
TableClass · 0.90
ColumnClass · 0.90
mainFunction · 0.70
execution_optionsMethod · 0.45
configureMethod · 0.45

Tested by

no test coverage detected