https://github.com/tvallotton/models
this tool will generate migrations for structs as long as they are annotated with a derive model macro and macros to describe the constraints on the sql fields.

this are the migrations generated by diesel

this is the migration generated by the models_cli tool with the models generate -r command

https://github.com/tvallotton/models
this tool will generate migrations for structs as long as they are annotated with a derive model macro and macros to describe the constraints on the sql fields.

this are the migrations generated by diesel

this is the migration generated by the models_cli tool with the

models generate -rcommand