Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust-sqlx
How can I make a postgres pool connection global in rocket.rs and make FromRequest custom guards asyncable?
Nov 04, 2025
rust
rust-rocket
rust-sqlx
Pass a transaction to a function and do a query
Oct 27, 2025
sqlite
rust
rust-sqlx
How to convert BigDecimal into f64?
Oct 25, 2025
rust
rust-sqlx
Rust: sqlx try_from Option<Uuid>
Oct 23, 2025
rust
rust-sqlx
Drop database on drop Using Sqlx and Rust
Oct 22, 2025
postgresql
rust
rust-sqlx
optional feature `uuid` required for type UUID of column #1 ("id")
Oct 22, 2025
rust
rust-sqlx
cargo sqlx prepare produces stub file -- even with 'offline' feature enabled
Oct 13, 2025
rust
rust-sqlx
Rust Sqlx handle INSERT ON CONFLICT
Sep 21, 2025
rust
actix-web
rust-sqlx
What is the difference between `&mut *transaction` and `&mut transaction` in SQLx?
Sep 04, 2025
rust
traits
rust-sqlx
Is there a way to use dynamic query in `sqlx::query!()"
Nov 09, 2022
rust
rust-sqlx
How to define a Vec of Enums as a field in rust sqlx model
Oct 29, 2022
rust
rust-sqlx
How to build and commit multi-query transaction in sqlx?
May 09, 2022
mysql
sql
rust
rust-sqlx
How does one use `sqlx` with `juniper` subscriptions in Rust?
Oct 01, 2022
rust
graphql
juniper
rust-sqlx