cubenlp / ChatSQL

自然语言转SQL,直接连接数据库查询
Apache License 2.0
365 stars 48 forks source link

请问config.cfg为什么是空的?可否提供示例呀 #8

Open ye7love7 opened 1 year ago

ye7love7 commented 1 year ago

RT,求!

yysirs commented 1 year ago

confi.cfg是配置文件不包含示例,示例都在yaml文件里面

ye7love7 commented 1 year ago

配置文件的范例能否提供呢,我写了一个一直有问题

---原始邮件--- 发件人: @.> 发送时间: 2023年6月8日(周四) 下午2:27 收件人: @.>; 抄送: @.**@.>; 主题: Re: [cubenlp/ChatSQL] 请问config.cfg为什么是空的?可否提供示例呀 (Issue #8)

confi.cfg是配置文件不包含示例,示例都在yaml文件里面

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

yysirs commented 1 year ago

https://github.com/cubenlp/ChatSQL#-%E5%90%84%E7%A7%8D%E7%B1%BB%E5%9E%8B%E7%9A%84%E6%9F%A5%E8%AF%A2 请看下README中的示例

ye7love7 commented 1 year ago

大佬,确实没看到示例!

---原始邮件--- 发件人: @.> 发送时间: 2023年6月10日(周六) 晚上8:59 收件人: @.>; 抄送: @.**@.>; 主题: Re: [cubenlp/ChatSQL] 请问config.cfg为什么是空的?可否提供示例呀 (Issue #8)

https://github.com/cubenlp/ChatSQL#-%E5%90%84%E7%A7%8D%E7%B1%BB%E5%9E%8B%E7%9A%84%E6%9F%A5%E8%AF%A2 请看下README中的示例

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

greenyork126 commented 1 year ago

数据库连接不上,提示key error config "database"

ye7love7 commented 1 year ago

当然要写congfig啦,不然怎么连接数据库

---原始邮件--- 发件人: @.> 发送时间: 2023年8月17日(周四) 下午5:42 收件人: @.>; 抄送: @.**@.>; 主题: Re: [cubenlp/ChatSQL] 请问config.cfg为什么是空的?可否提供示例呀 (Issue #8)

数据库连接不上,提示key error config "database"

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

jackiemoo commented 10 months ago

[database] DB = test HOST = 127.0.0.1 USER = root PWD = 123456 PORT = 3306