# nickel-postgres **Repository Path**: mirrors_hjr3/nickel-postgres ## Basic Information - **Project Name**: nickel-postgres - **Description**: A postgres middleware for nickel.rs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nickel-postgres ======= A postgres middleware for nickel.rs ## Usage See examples for usage. ## Lib vs Unboxed closures Much of the utility of this library can be gained from using unboxed closures to capture a connection pool, this also removes the risk of accessing a connection pool in a handler attached before the middleware. ### `Cargo.toml`: [dependencies.nickel_postgres] git = "https://github.com/nickel-org/nickel-postgres.git" ## Licence MIT