google / google/python-spanner-orm

[Feature Request] Autogenerate migrations based on current `spanner_orm.Models`

未關閉
#151 0 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
41
分支
17
PR 合併指標
30 天內沒有已合併 PR

描述

The current model of migration creation being a static file requiring developers to setup the exact changes desired in this change is less than ideal.

A more desirable model for ease of use is to have the package be able to introspect the models (several ways to do this) and generating the delta required to bring the system up to current state from the previous schema revision.

Inspiration: https://github.com/miguelgrinberg/Flask-Migrate & the whole alembic system

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。