mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 21:23:47 +08:00
feat: support sqlite_fields_comment
This commit is contained in:
11
server/utility/db/README.md
Normal file
11
server/utility/db/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 数据库补丁支持
|
||||
|
||||
> 将用于抹平不同数据库的差异性,以支撑基于数据库的部分特性。
|
||||
|
||||
## 特性
|
||||
|
||||
- 增加对数据库表字段注释的支持,特别是 sqlite 的注释支持。
|
||||
- 增加对数据库表名注释的支持,特别是 sqlite 的注释支持。
|
||||
|
||||
> 注意以上支持中,由于 sqlite 的特殊性,对 sqlite 表创建的 sql 语句有所要求,具体示例请参考 [sqlite_example.sql](./sqlite_example.sql)
|
||||
|
||||
Reference in New Issue
Block a user