
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
本项目是一个MySQL客户端(CLI),它的功能是在普通的MySQL客户端的基础上增加了一个chat功能,可以在MySQL客户端上进行对话聊天,以完成更复杂的任务。
pip install cmysql
cmysql -h127.0.0.1 -uroot
cmysql> select 1;
+---+
| 1 |
+---+
| 1 |
+---+
1 row in set (0.00 sec)
cmysql> 这个库是干嘛的?
这个是一个电商系统的数据库,用于存储用户的信息,订单信息,商品信息等等。
cmysql> 有多大?
总共有40GB。
SQL:
select count(*) from information_schema.tables where table_schema='test';
+----------+
| count(*) |
+----------+
| 10 |
+----------+
1 row in set (0.00 sec)
cmysql>
cmysql> 帮我造1000个订单数据吧
好的,马上开始造数据。
写入中...
10%
50%
100%
完成!
cmysql> 帮我导出一份订单数据,用csv格式存储
文件导出中...
90%
100%
导出完成,文件路径:/tmp/orders.csv
cmysql> 上周的订单量是多少?
总共 1342 个订单。
FAQs
A simple chat cli based on mysql cli.
We found that chatmysql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.