sqlx 0.7.4

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: trybuild test needs to fail for stderr checking
  --> $DIR/deprecated_rename.rs:10:5
   |
10 |     compile_error!("trybuild test needs to fail for stderr checking");
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: use of deprecated function `sqlx::_rename`: `#[sqlx(rename = "...")]` is now `#[sqlx(type_name = "...")`
 --> $DIR/deprecated_rename.rs:2:8
  |
2 | #[sqlx(rename = "foo")]
  |        ^^^^^^
  |
  = note: `#[warn(deprecated)]` on by default