-
Elaborate on the README that ***S*** is for `sqlx` and `sass`.
-
Upgrade sqlx to latest version
-
Thank you for the nice crate!
I needed support for specializing some method implementations in the generated traits for each case, while having a single implementation for the rest of the trait. Wh…
vigoo updated
3 weeks ago
-
Use sqlx to interact with the database.
-
I've just migrated my app to welds and it is pretty neat.
Although it throws me some false-positive errors regarding custom types when doing `welds::check::schema`:
## Decimal type
```
2024-07…
-
I would like to propose the following extra options:
Split View Button on Tab Bar
How about a button next to the SQLFluff one? Click it, split view opens (or closes) for that SQLx file's compilati…
-
**Is your feature request related to a problem? Please describe.**
Currently, SQL query strings can not be auto-formatted.
**Describe the solution you'd like**
Add an auto-format command to the C…
musjj updated
2 months ago
-
### Bug Description
Hello !
When using the `Any` driver, we run into some issues when creating custom decoders.
`#[derive(sqlx::Type)]` only generate Decode implementations for specific drive…
-
It looks like that nutype has its own special `derive()` implementation and it can really get in the way sometimes. For example, I want to use the `sqlx::Type` derive, but I can't:
```rust
#[nutyp…
musjj updated
4 weeks ago
-
So, I have a very specific issue when using newer versions of rust-analyzer in my project.
The project is structured as follows:
It is a monorepo consisting of three crates: a client, a server and so…