Expand description

Migrations are mango-orm’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema.

Structs

For creation and updating of a technical database.

For monitoring the state of models.