A postgres middleware for nickel.rs
See examples for usage.
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.
[dependencies.nickel_postgres]
git = "https://github.com/nickel-org/nickel-postgres.git"
MIT