nickel_postgres

Crates.ionickel_postgres
lib.rsnickel_postgres
version0.2.0
sourcesrc
created_at2016-02-29 20:23:55.263087
updated_at2016-06-03 14:47:23.47199
descriptionPostgres middleware for nickel.rs
homepage
repositoryhttps://github.com/nickel-org/nickel-postgres
max_upload_size
id4336
size12,684
(Ryman)

documentation

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

Commit count: 35

cargo fmt