Currently, schema migration would be manual. However, given an updated pydantic schema and a schema DDL script ( #6 ) a command line can be provided that generates migration scripts. These can follow the Django migration pattern which creates a migration and then applies it, also storing in the database which migrations have been applied and which haven't.
Currently, schema migration would be manual. However, given an updated pydantic schema and a schema DDL script ( #6 ) a command line can be provided that generates migration scripts. These can follow the Django migration pattern which creates a migration and then applies it, also storing in the database which migrations have been applied and which haven't.