docs.rs failed to build roa-diesel-0.6.0
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.
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:
roa-diesel-0.5.0
This crate provides diesel integration with roa framework.
AsyncPool
A context extension to access r2d2 pool asynchronously.
use ;
use SqliteConnection;
use Pool;
use *;
use ConnectionManager;
;
async
SqlQuery
A context extension to execute diesel query asynchronously.
Refer to integration example for more use cases.