sqlx
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.
closes #875
fixes #1904 Implements `Encode`, `Decode` for `Arc`, `Arc`, `Rc` and `Rc`. Edit: this depends on #3674 now because of the blanket impl's for `Type`.
Not sure if it's appreciated to take over a PR but I thought I'd try and work #3364 out. This PR changes the following things: * Add the `SqlStr`, `AssertSqlStr`...
Properly escape PostgreSQL options containing spaces and backslash characters as specified under https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS. Fixes #2027 ### Is this a breaking change? ~~No, this change fixes behavior that I consider a...
Created this example to add to #3383, but it won't compile until a new version of `jiff-sqlx` is released targeting 0.9.0 because Cargo won't unify the crates.io version of `sqlx`,...
### I have found these related issues/pull requests Relates to #3706 ### Description In my use case it would be helpful to be able to skip/fake migrations, i.e. mark migrations...
### I have found these related issues/pull requests I haven't found similar issues ### Description Hey, I've been using the `query_as!` macro with an expression, doing a similarity search with...
### I have found these related issues/pull requests Could relate to the migration from `async-std` to `smol` ### Description A better maintained thread-per-core runtime, alternative to monoio, that supports both...
### I have found these related issues/pull requests I did not create an issue regarding having a mean to run explain before running a query, but I can prepare one...