cloudberry
cloudberry copied to clipboard
SQL editor support
pgweb的阅读报告和sqleditor的接口设计:https://hashdata.feishu.cn/docx/POv6dvBGWoZQcCxPUrlcCLcJndd
- [x] 用gorm拿到database的信息
- [x] 检测是否能连接到数据库:https://code.hashdata.xyz/cloudberry/cloudberryui/-/merge_requests/28/diffs?commit_id=be725524b566e693477d81039f8c11bbc94842e0
- [x] 获取数据库表
- [x] 获取schemas
- [x] 获取tables
- [x] 获取tables的每一列及其属性
- [x] 模糊搜索
- [x] logout
- [x] 表设计
- [x] worksheet_item创建
- [x] worksheet_item列表的查询
- [x] worksheet_version写入
- [x] worksheet_version读取content by worksheet_item_id
- [x] run psql
Hi @vvfreesoul, Is it possible to provide internet access to the Feishu document if it can be made public?
By the way, it would be more helpful if the comment is written in English so that people who do not speak Chinese can also read it.
Already done