- 新增 Go 语言后端服务(server/),包含用户认证、Agent管理、数据库连接等API - 新增 Python Agent 服务(agent/),实现Agent核心逻辑和工具集 - 前端从原生HTML迁移到Vue.js框架(web/src/) - 添加 Docker Compose 支持(docker-compose.yml) - 添加项目架构文档(docs/ARCHITECTURE.md) - 添加环境变量示例(.env.example)和本地启动脚本(start-local.ps1) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
587 B
JSON
20 lines
587 B
JSON
{
|
|
"database_id": "456b6a60-c5a5-46e4-8f5e-9c07c4c08510",
|
|
"database_name": "123",
|
|
"db_type": "mysql",
|
|
"tables": [
|
|
{
|
|
"id": "8b7f6a2f-3788-4499-8d3a-fe9140ccdfe1",
|
|
"database_id": "456b6a60-c5a5-46e4-8f5e-9c07c4c08510",
|
|
"parent_table": "scores",
|
|
"sub_table_name": "scores",
|
|
"sub_table_comment": "",
|
|
"mapping_type": "",
|
|
"relation_field": "",
|
|
"relation_type": "",
|
|
"created_at": "2026-03-06T15:12:45.607+08:00",
|
|
"updated_at": "2026-03-06T15:12:45.607+08:00"
|
|
}
|
|
],
|
|
"updated_at": "2026-03-06T15:12:45.6597943+08:00"
|
|
} |