sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

Results 570 sqlx issues
Sort by recently updated
recently updated
newest added

### Does your PR solve an issue? fixes #4105. ### Is this a breaking change? No. It enables the execution of sqlx-cli against a read-only database without altering its functionality....

### I have found these related issues/pull requests #4106 ### Description It’s common to apply migrations with `sqlx migrate run` on every deploy as an initial stage before starting an...

enhancement

### I have found these related issues/pull requests I’ve not found any related issue (for the moment) ### Description In order to track metrics for my app, would it be...

enhancement

* Before hostaddr was used to just be an alternative way to set `host`. But this is not how libpq actually behaves or intents hostaddr to be used. * Instead...

### Does your PR solve an issue? fixes #3969 Based on t[he postgresql doc](https://www.postgresql.org/docs/current/libpq-connect.html?#LIBPQ-CONNSTRING-URIS), if host part is skipped in the url, default socket dir is used. ### Is this...

### I have found these related issues/pull requests I don't see any related issues or pull requests. ### Description I'm finding that various DB performance tools don't show me the...

enhancement

### Does your PR solve an issue? fixes #4097 The creator of the issue added a link to the libpq source code (thanks!), which was used to create this pr...

### I have found these related issues/pull requests https://github.com/launchbadge/sqlx/issues/329 This issue talks about local system timezone, not the one set on the database. ### Description Not sure if this is...

bug

### I have found these related issues/pull requests None of the existing issues related to pgpass mention this. ### Description The path searched by [`sqlx`](https://github.com/launchbadge/sqlx/blob/main/sqlx-postgres/src/options/pgpass.rs#L31) for the password file does...

bug

First, thank you for sqlx! I've only been using for a short while, but it already seems like a great tool to me! I'm submitting this feature request mostly to...

enhancement