-
Upgrade sqlx to latest version
-
### Bug Description
`sqlx::raw_sql` query doesn't work with `async-trait` crate raise error
```
implementation of `sqlx::Executor` is not general enough
`sqlx::Executor` is actually implemented fo…
-
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
4 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…
-
package svc
import (
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/stores/postgres"
"github.com/zeromicro/go-zero/core/stores/redis"
"github.com/zeromicro/go-z…
-
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
-
**Is your feature request related to a problem? Please describe.**
At the start of a project, stability isn't usually important so developers take the expedient path. Later, as the project gains ad…
-
### 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…