-
**rust-analyzer version**: rust-analyzer 0.3.1481-standalone (I've downloaded [this release](https://github.com/rust-lang/rust-analyzer/releases/download/2023-04-17/rust-analyzer-x86_64-unknown-li…
-
Will there be support added for [Diesel](https://github.com/diesel-rs/diesel) ? It is easier to use Diesel to generate SQL queries.
-
This is a bit of a complicated issue to report, because it happened seemingly at random after introducing a change in my code. This change lead to a compile error, and afterward a single rustc thr…
-
## Motivation
I would like to use[ Postgres network types](https://www.postgresql.org/docs/current/datatype-net-types.html) (i.e. `inet`) in my `Model` definitions. I understand there may be wo…
-
Currently, there is only a line chart view for perf comparison. This is great for tracking benchmarks longitudinally.
However, it isn't so great for illustrating a point-in-time comparison.
Within…
-
https://www.youtube.com/watch?v=qZSYrggRQVI
KOBA789さんの動画みつつほぼトレースしていってみるやつ
-
I have this in my **Cargo.toml**:
```toml
[dependencies]
actix-web = "=2.0.0"
actix-rt = "=1.0.0"
chrono = { version = "=0.4.11", features = ["serde"] }
diesel = { version = "=1.4.4", features…
-
I tried to use it with geography point type `geography(point, 4326) not null` in postgres and `PgPoint` in my model struct, but it's not deserializing the values correctly:
When I insert
```sql
S…
-
Hi,
I am trying out the example inside a relative new VM (ubuntu16.04).
The `cargo test` report a linker error at the end.
```
= note: /usr/bin/x86_64-linux-gnu-ld: cannot find -lsqlite3
…
-
The database validators should be able to support a variety of interfaces, including diesel orm.