docs.rs failed to build sqlx-error-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:
sqlx-error-0.5.1
sqlx-error
A wrapper around sqlx::Error to provide error path and additional context.
Usage
use ;
/// If you have a single sqlx query per function, the function path by itself could provide
/// enough context
/// Or you can add more context
Contributing
Please run .pre-commit.sh before sending a PR, it will check everything.
This project is licensed under the MIT license.