| Crates.io | nickel_postgres |
| lib.rs | nickel_postgres |
| version | 0.2.0 |
| created_at | 2016-02-29 20:23:55.263087+00 |
| updated_at | 2016-06-03 14:47:23.47199+00 |
| 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