sqlx 0.6.0

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation
Build #577292 2022-06-16 23:17:55

# rustc version rustc 1.63.0-nightly (b31f9cc22 2022-06-15)

# docs.rs version docsrs 0.6.0 (c280b04 2022-05-30)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlx-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlx-0.6.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all runtime-async-std-native-tls" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220615-1.63.0-nightly-b31f9cc22\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 208f66b076c32d8924dd88b8017c0e42de321b6aa78260864e05248d67eb9bc6 [INFO] running `Command { std: "docker" "start" "-a" "208f66b076c32d8924dd88b8017c0e42de321b6aa78260864e05248d67eb9bc6", kill_on_drop: false }` [INFO] [stderr] Documenting sqlx v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `query_as` [INFO] [stderr] --> src/macros.rs:296:8 [INFO] [stderr] | [INFO] [stderr] 296 | /// * [query_as!] if you want to use a struct you can name, [INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file` [INFO] [stderr] --> src/macros.rs:297:8 [INFO] [stderr] | [INFO] [stderr] 297 | /// * [query_file!] if you want to define the SQL query out-of-line, [INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file_as` [INFO] [stderr] --> src/macros.rs:298:8 [INFO] [stderr] | [INFO] [stderr] 298 | /// * [query_file_as!] if you want both of the above. [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `query_file_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_as` [INFO] [stderr] --> src/macros.rs:641:33 [INFO] [stderr] | [INFO] [stderr] 641 | /// Wildcard overrides like in [query_as!] are also allowed, in which case the output type [INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file` [INFO] [stderr] --> src/macros.rs:385:19 [INFO] [stderr] | [INFO] [stderr] 385 | /// A variant of [query_file!] which does not check the input or output types. This still does parse [INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_as` [INFO] [stderr] --> src/macros.rs:558:31 [INFO] [stderr] | [INFO] [stderr] 558 | /// Combines the syntaxes of [query_as!] and [query_file!]. [INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file` [INFO] [stderr] --> src/macros.rs:558:47 [INFO] [stderr] | [INFO] [stderr] 558 | /// Combines the syntaxes of [query_as!] and [query_file!]. [INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_as` [INFO] [stderr] --> src/macros.rs:602:19 [INFO] [stderr] | [INFO] [stderr] 602 | /// A variant of [query_as!] which does not check the input or output types. This still does parse [INFO] [stderr] | ^^^^^^^^^ no item named `query_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file_as` [INFO] [stderr] --> src/macros.rs:616:19 [INFO] [stderr] | [INFO] [stderr] 616 | /// A variant of [query_file_as!] which does not check the input or output types. This [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `query_file_as` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file_as` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `query_file` [INFO] [stderr] --> src/macros.rs:656:64 [INFO] [stderr] | [INFO] [stderr] 656 | /// A variant of [query_scalar!] which takes a file path like [query_file!]. [INFO] [stderr] | ^^^^^^^^^^^ no item named `query_file` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `query_file` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `sqlx` (lib doc) generated 10 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.15s [INFO] running `Command { std: "docker" "inspect" "208f66b076c32d8924dd88b8017c0e42de321b6aa78260864e05248d67eb9bc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "208f66b076c32d8924dd88b8017c0e42de321b6aa78260864e05248d67eb9bc6", kill_on_drop: false }` [INFO] [stdout] 208f66b076c32d8924dd88b8017c0e42de321b6aa78260864e05248d67eb9bc6