API Reference - Interfaces
Reference documentation for all Interface definitions and protocols.
All documentation is auto-generated from docstrings in the source code.
Data Access
| Interface |
Description |
| UnitOfWork |
Unit of Work contract for transaction scopes |
| SqlDatabase |
SQL database abstraction interface |
| SqlRepository |
Repository interface for SQL backends |
| ApiRepository |
Repository interface for REST API backends |
| SqlMapper |
SQL mapper interface for model persistence |
Model Protocols
Object Manipulation
| Interface |
Description |
| Updatable |
Contract for update operations on models |
| Patchable |
Contract for patch operations on models |
Authentication
Additional Interfaces
| Interface |
Description |
| HTTPClient |
Interface for HTTP client implementations |