dsync icon indicating copy to clipboard operation
dsync copied to clipboard

Generate rust structs & query functions from diesel schema files

Results 22 dsync issues
Sort by recently updated
recently updated
newest added

Hey, it would be nice to have support for adding the imports and derive macros from ts-rs automatically to structs. Then typescript bindings can be generated based on the models....

enhancement

; [src/code.rs] Fix type elision warning Basically I am getting this issue: ``` error[E0277]: the trait bound `models::profiles_tbl::generated::CreateProfilesTbl: ToSchema` is not satisfied --> src/routes/profile.rs:67:32 | 67 | form: actix_web::web::Json, |...