Seamless integration with the Armature HTTP framework using dependency injection.
Register Prax as a singleton provider in your Armature module:
Inject the PraxClient into your controllers:
Use the DatabaseMiddleware for automatic transaction management:
Full integration with Armature's DI container.
Connection pool shared across all requests.
Automatic rollback on error, commit on success.
Built on Tokio with full async/await support.