-
This seems to be broken:
https://github.com/SeaQL/sea-query/blob/d94f386c36c0afa910b611fbfb1004ccad684216/examples/sqlx_sqlite/Cargo.toml#L27-L29
I've tested this within the `examples/sqlx_example…
-
### What do you want to ask?
Using [`sqlx`](https://github.com/jmoiron/sqlx) , we can exec an SQL like this:
```go
type Task struct {
ID int64 `db:"id"`
UserID string `db:"user_id"`
Na…
-
sqlx 0.8 has fixed [RUSTSEC-2024-0363.](https://rustsec.org/advisories/RUSTSEC-2024-0363.html)
I see two ways to support it:
* drop sqlx 0.7 support and implement support for sqlx 0.8
* add an …
-
### Code
https://gist.github.com/cycle-five/fd672ed0d7d507cf6ad05f6484261f96
### Meta
`rustc --version --verbose`:
```
(base) lothrop@helheim:~/src/casinobuddy.app$ rustc --version --verbose
ru…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Summary
- Since KeployV2 is now language agnostic, we should support all the languages to test their…
-
**Describe the problem you are trying to solve**
Given two crates `foo` and `foo-macro`, where `foo-macro` has a dependency on `foo`, `foo` should be able to optionally depend on `foo-macro` vi…
-
Add support ydb to [sqlx](https://github.com/launchbadge/sqlx)
rekby updated
1 month ago
-
While recently investigating the [error](https://github.com/launchbadge/sqlx/issues/3396), I concluded that something was wrong with the compiled version of `sqlx-cli`.
In brief:
```sh
### binsta…
s373r updated
1 month ago
-
Edited by @hsivonen to put resolution options at the top for folks who come here:
This compilation error is due to a combination of:
1. SQLx unnecessarily turning off the default features of `url`…
-
### Describe the bug
I am encountering an error when using the query! macro with Rust's sqlx library and QuestDB. I intended to benefit from compile-time query verification, but I am facing an issu…