Files
hotgo/server/utility/db/README.md
2024-05-10 09:35:08 +08:00

12 lines
461 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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