Table Infrastructure¶ The orm_loader.tables module provides foundational building blocks for defining, inspecting, serialising, and loading ORM tables. All components are: - model-agnostic - database-portable - safe to compose Table Base & Mixins¶ ORMTableBase SerialisableTableInterface CSVLoadableTableInterface Supporting Utilities¶ IdAllocator Typing Protocols Materialised Views