Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ TableCopyResult
Class
TableCopyResult
scripts/migrate_sqlite_to_postgres.py:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
@dataclass(frozen=True)
33
class
TableCopyResult:
34
name: str
35
source_rows: int
36
inserted_rows: int
37
columns: tuple[str, ...]
38
39
40
class
MigrationError(RuntimeError):
Callers
1
copy_table
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected