We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3749a36 commit 8a8ed6aCopy full SHA for 8a8ed6a
1 file changed
docs/plugin/dev.md
@@ -121,6 +121,13 @@ fba 内所有官方实现都同时兼容 mysql 和 postgresql,但我们不对
121
- …
122
- schema/ 数据传输
123
- service/ 服务
124
+ - sql 如果插件需要执行 SQL 则建议
125
+ - mysql
126
+ - init.sql 自增 id 模式
127
+ - init_snowflake.sql 雪花 id 模式
128
+ - postgresql
129
130
131
- utils/ 工具包
132
- __init__.py 作为 python 包保留 <Badge type="danger" text="必须" />
133
- … 更多内容,例如 enums.py...
0 commit comments