Search code examples
Sqlx mismatched types, Rust type () is incompatible with SQL type CHAR...


rustrust-tokiorust-sqlx

Read More
What data type to use in Rust to match Decimal in MySQL...


rusttypesrust-sqlx

Read More
How to fix "cannot find derive macro `FromRow` in this scope"?...


rustrust-rocketrust-sqlx

Read More
missing field `registration_key` in initializer of `database::models::RegistrationKeys`...


rustrust-sqlx

Read More
sqlx: Unsupported type _badge of column #6 ("badges")...


sqlpostgresqlrustrust-sqlx

Read More
Retry an async function that takes mutable ref as argument...


rustasync-awaitborrow-checkerrust-sqlx

Read More
Convert PgRow value of unknown type to a String...


rustrust-sqlx

Read More
How to implement a trait on any type that implements PgExecutor?...


asynchronousrustrust-tokiorust-sqlx

Read More
Rust cannot represent Postgres numeric type as BigDecimal type...


rustserdeactix-webrust-sqlx

Read More
Why this ORDER BY with push_bind doesn't work?...


rustrust-sqlx

Read More
How to use sqlx query_as to fetch some of the model fields...


rustrust-sqlx

Read More
Inserting a struct into an sqlite db using sqlx and rust...


sqliterustrust-rocketrust-sqlx

Read More
How to pass SQLX connection - a `&mut Trait` as a fn parameter in Rust...


rustrust-sqlx

Read More
Rust create PrimitiveDateTime with now as value and time as crate...


rusttimerust-sqlx

Read More
How to use sqlx query_as with rust_decimal for money postgresql type...


rustrust-sqlx

Read More
Running rust sqlx migrations locally with docker-compose...


dockerrustdocker-composerust-sqlx

Read More
Rust: sqlx try_from Option<Uuid>...


rustrust-sqlx

Read More
Inserting records into MySQL via sqlx gets very slow at some point...


rustrust-sqlx

Read More
Drop database on drop Using Sqlx and Rust...


postgresqlrustrust-sqlx

Read More
How to cancel a long-running query when using rust-sqlx/tokio...


rustrust-tokiorust-sqlx

Read More
Returning rows from MySQL with RUST sqlx when a VARBINARY(16) column is part of the where clause...


rustrust-sqlx

Read More
Handling lifetimes when decoding generic types using SQLx...


rustlifetimerust-sqlx

Read More
How to convert BigDecimal into f64?...


rustrust-sqlx

Read More
How to represent array of strings column in Rust sqlx...


postgresqlrustrust-sqlx

Read More
Why does mutably borrowing fix an expected trait implementation?...


rustrust-sqlx

Read More
sqlx: implementing Decode and Type<DB> for associated trait type...


genericsrustpolymorphismtraitsrust-sqlx

Read More
Create adapter for sqlx Value...


rustrust-sqlx

Read More
Error inserting multiple columns into Postgresql DB From SQLX...


postgresqlrustrust-sqlx

Read More
Rust warp+sqlx service : idiomatic way of passing DBPool from main to handlers...


rustrust-warprust-sqlx

Read More
optional feature `uuid` required for type UUID of column #1 ("id")...


rustrust-sqlx

Read More
BackNext