什么是Chat2DB
这里引用Chat2DB的介绍
Chat2DB is a multi-database client tool that is open-source and free from Alibaba. It supports local installation on Windows and Mac, as well as server-side deployment and web page access. Compared to traditional database client software such as Navicat and DBeaver, Chat2DB integrates AIGC's capabilities and is able to convert natural language into SQL. It can also convert SQL into natural language and provide optimization suggestions for SQL to greatly enhance the efficiency of developers. It is a tool for database developers in the AI era, and even non-SQL business operators in the future can use it to quickly query business data and generate reports.
Chat2DB是一个多数据库客户端工具,开源且免费,来自阿里巴巴。它支持在Windows和Mac上的本地安装,以及服务器端部署和网页访问。与Navicat和DBeaver等传统数据库客户端软件相比,Chat2DB集成了AIGC的功能,能够将自然语言转换为SQL。它还可以将SQL转换为自然语言,并为SQL提供优化建议,大大提高开发人员的效率。它是AI时代数据库开发人员的工具,即使是未来的非SQL业务运营商也可以使用它快速查询业务数据并生成报告。
说白了就是一个数据库工具,引用了ai的功能,进行sql生成,优化等功能集成
下载地址
https://github.com/chat2db/Chat2DB
在下面可以看到不同操作系统的
支持数据库
image.png
下载安装后打开可以看到它得页面,由于是一个新的db工具,功能还不怎么完善,所以页面比较简洁,基本的功能都有,新建连接,新建查询等
image.png
这个db工具的主要特色就是融入了ai功能,所以我们开始配置ai,由于openAi的账号被封了,所以这里只试了一下他的试用版。只有25次试用,订阅微信公众(github上有)然后发送AI,你就可以获取一个试用的apiKey
image.png
然后配置ai 应用即可
image.png
就可以用了。例如:
image.png
不过由于是新的开源项目,所以bug和缺点也挺多的,比如上面的那个生成的表sql为中文。查询结果不像其他的的db工具可以修改数据等
不过,听说6月底会有一波大更新,不过文档截至6.30号还是没有动静
网友评论