Middleware and extractors for the Actix-web framework.
Configure Prax with Actix-web's application data:
Extract the database connection in your handlers:
Use the PraxMiddleware for request-scoped connections:
Works seamlessly with Actix's actor system.
Type-safe database connection extraction.
Shared connection pool via web::Data.
Optimized for Actix's multi-threaded runtime.