数据库客户端,支持MySQL,sql server,redis,mongodb,hive,oracle等多种数据库,生成sql https://github.com/chat2db/Chat2DB
天问 6d8d6c63d1 Update 'README.md' | 1 year ago | |
---|---|---|
README.md | 1 year ago |
数据库客户端,支持MySQL,sql server,redis,mongodb,hive,oracle等多种数据库,生成sql https://github.com/chat2db/Chat2DB
基于java 开发,天生支持多数据库,配置数据库驱动即可。 跨平台,可部署web版本
git clone git@github.com:chat2db/Chat2DB.git
cd Chat2DB/chat2db-client
yarn run start:web
$ cd ../chat2db-server
$ mvn clean install # maven 3.8 or later needs to be installed
$ cd chat2db-server/chat2db-server-start/target/
$ java -jar -Dloader.path=./lib -Dchatgpt.apiKey=xxxxx chat2db-server-start.jar #java 17 or later must be installed, To launch the chat application, you need to enter the ChatGPT key for the chatgpt.apiKey. Without entering it, you won't be able to use the AIGC function.