nickel-diesel 0.2.1

Nickel middleware providing a diesel ORM with r2d2 connection pooling
docs.rs failed to build nickel-diesel-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nickel-diesel-0.9.0

nickel-diesel Version Status

Nickel middleware providing a diesel ORM with r2d2 connection pooling

Code originally by Robert Yokota as part of the Yeoman generator for AngularJS + Nickel project. Packaged by Andrew Straw.

example

Run an example server:

cargo run --example simple_sqlite_memory

Running the server will show

Listening on http://127.0.0.1:9001
Ctrl-C to shutdown server

The server can be tested with

curl http://localhost:9001/one