Crates.io | nickel_postgres |
lib.rs | nickel_postgres |
version | 0.2.0 |
source | src |
created_at | 2016-02-29 20:23:55.263087 |
updated_at | 2016-06-03 14:47:23.47199 |
description | Postgres middleware for nickel.rs |
homepage | |
repository | https://github.com/nickel-org/nickel-postgres |
max_upload_size | |
id | 4336 |
size | 12,684 |
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.
Cargo.toml
:[dependencies.nickel_postgres]
git = "https://github.com/nickel-org/nickel-postgres.git"
MIT