-
This would get rid of a lot of complexity. It would also reduce the chance of things that have been big problems before: trigger bugs, and queries that can't efficiently use indexes.
Diesel's 32 co…
-
I've come up with a clever design pattern that simplifies the dilemma of making accessible types within schema.rs
Instead of listing all `import_types` within diesel.toml as mapping to individual c…
Bajix updated
3 years ago
-
When a type is given to a proc macro as a string, such as in https://github.com/diesel-rs/diesel/blob/6e2d467d131030dc0bbce4e4801c7bee7bcbf0dd/diesel/src/type_impls/primitives.rs#L20, `cargo fix --edi…
-
First, thanks for creating this excellent tutorial.
As I only have a single screen, I put the IDE on the left and this web page on the right.
As you narrow the browser window, to give more space…
-
Hi,
I tried to run the usage example but I do not get it compiled.
`
use diesel::pg::PgConnection;
use diesel::prelude::*;
table! {
users (id) {
id -> Integer,
…
-
when i do cargo build this error comes up. What is it ?
`ubuntu@ubuntu:~/rust/projektx$ cargo build
Compiling conduit v0.1.0 (/home/ubuntu/rust/projektx)
error[E0277]: the trait bound `uuid::U…
-
Hello,
I noticed that Rust-analyzer fails to autocomplete Match with diesel errors, it can't determine the Enum of `diesel::result::Error`.
I've included the code that reproduces the error, as w…
-
This one should be quite easy:
- [ ] Add corresponding feature flags to the `wundergraph_derive`, `wundergraph` and `wundergraph_cli` crate
- [ ] Generate an impl for `LoadingHandler` for `diesel::m…
-
## Problem
Currently the database documentation is spread out over multiple places:
1. In [/doc/database](https://github.com/ElektraInitiative/PermaplanT/tree/master/doc/database/schemata)
2. As co…
-
I'm not entirely sure what caused this and re-cloning the repo seems to have fixed it but I'll give all the information I can think of
Rust is installed via nix flake on nixos 24.05 (flake is o…