Core concepts
Dependency Injection
Share resources between adapters in X Framework
Dependency Injection
Adapters can access other adapters that were initialized before them. This is useful for sharing configuration, connections, or other resources.
Basic Usage
Async Dependencies
You can mix sync and async adapters:
Order Matters
Adapters can only access other adapters that were added before them: