Expand description
Infrastructure layer - External concerns and adapters
Implements infrastructure adapters for databases, HTTP servers, message queues, WebSocket transport, and other external systems.
Re-exports§
pub use schema_repository::SchemaRepository;pub use adapters::*;pub use integration::*;pub use services::*;
Modules§
- adapters
- Infrastructure adapters implementing domain ports
- integration
- repositories
- Repository implementations for data persistence
- schema_
repository - Schema repository implementation
- services
- Infrastructure services