Workflow for creating new postgres models with diesel?

What workflow would you suggest for testing and playing around with diesel. I come from frameworks like flask and django, so I am used to entering a shell and creating a class to play around with. How would you suggest I do this in rust? What is your workflow for creating new tables and adding new columns with diesel? Btw, I'm using the axum framework with postgres.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.