
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
本项目是一个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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.