refactor(config): 更新数据库配置和相关代码

- 将默认数据库从 MySQL 更改为 PostgreSQL
- 更新数据库连接信息和相关设置
- 修改会话前缀为 "blazing:session:"
- 添加 PostgreSQL 驱动支持
- 调整 Pet 模型中的 Data 字段类型从 longtext 改为 text
This commit is contained in:
2025-07-04 19:40:01 +08:00
parent ddfe3e6c2c
commit 56ced5c507
8 changed files with 249 additions and 21 deletions

View File

@@ -3,6 +3,7 @@ go 1.19
use (
./common
./common/contrib/drivers/mysql
./common/contrib/drivers/pgsql
./common/contrib/files/local
./common/cool
./common/serialize/bitset