codello / Motor-ODM

A MongoDB ODM based on Motor and Pydantic.
MIT License
17 stars 5 forks source link

CLI Tool #21

Open codello opened 4 years ago

codello commented 4 years ago

Index Generation (#4), Schema Validation (#5) and Migrations (#12) usually happen outside of the standard application context (normally once on startup or manually at some time). To simplify this process Motor-ODM should provide a simple command line interface making it possible to apply migrations etc.