Akryum / Akryum/graphql-migrate
Support generation of migration metadata
未关闭
- 主要语言
- TypeScript
- 星标
- 56
- 派生
- 9
- PR 合并指标
- 30 天内没有已合并 PR
描述
As a developer working within a team I want to be able to track what has changed between migrations.
This could be persisted in a `migrations` directory in the project.
```
├── migrations
│ ├── migration001
│ │ ├── migration001.sql
│ ├── ├── migration001.model.graphql
│ ├── migration002
│ │ ├── migration002.sql
│ ├── ├── migration002.model.graphql
```
This is a key database migration feature currently missing from `graphql-migrate`.
Is there a plan to support this or what is the reason for the decision to not include it?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。