feat: support sqlite_fields_comment

This commit is contained in:
chenlianghong
2024-05-10 09:35:08 +08:00
parent 817482bedb
commit ba2fa86767
5 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 数据库补丁支持
> 将用于抹平不同数据库的差异性以支撑基于数据库的部分特性
## 特性
- 增加对数据库表字段注释的支持特别是 sqlite 的注释支持
- 增加对数据库表名注释的支持特别是 sqlite 的注释支持
> 注意以上支持中由于 sqlite 的特殊性 sqlite 表创建的 sql 语句有所要求具体示例请参考 [sqlite_example.sql](./sqlite_example.sql)