Docs.rs
  • sqlx-macros-core-0.7.3
    • sqlx-macros-core 0.7.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • abonander
    • Dependencies
      • async-std ^1.12 normal
      • atomic-write-file ^0.1 normal
      • dotenvy ^0.15.0 normal
      • either ^1.6.1 normal
      • heck ^0.4 normal
      • hex ^0.4.3 normal
      • once_cell ^1.9.0 normal
      • proc-macro2 ^1.0.36 normal
      • quote ^1.0.14 normal
      • serde ^1.0.132 normal
      • serde_json ^1.0.73 normal
      • sha2 ^0.10.0 normal
      • sqlx-core =0.7.3 normal
      • sqlx-mysql =0.7.3 normal
      • sqlx-postgres =0.7.3 normal
      • sqlx-sqlite =0.7.3 normal
      • syn ^1.0.84 normal
      • tempfile ^3.3.0 normal
      • tokio ^1 normal
      • url ^2.2.2 normal
    • Versions
    • 5% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate sqlx_macros_core

sqlx_macros_core0.7.3

  • All Items
  • Modules
  • Constants
  • Functions
  • Type Aliases

Crates

  • sqlx_macros_core
?
Change settings

Crate sqlx_macros_core

source ·
Expand description

Support crate for SQLx’s proc macros.

Note: Semver Exempt API

The API of this crate is not meant for general use and does not follow Semantic Versioning. The only crate that follows Semantic Versioning in the project is the sqlx crate itself. If you are building a custom SQLx driver, you should pin an exact version of this and sqlx-core to avoid breakages:

sqlx-core = "=0.6.2"
sqlx-macros-core = "=0.6.2"

And then make releases in lockstep with sqlx-core. We recommend all driver crates, in-tree or otherwise, use the same version numbers as sqlx-core to avoid confusion.

Modules

  • derives
  • query
  • test_attr

Constants

  • FOSS_DRIVERS

Functions

  • block_on

Type Aliases

  • Error
  • Result

Results

Query parser error: "Unexpected - (did you mean ->?)".