You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[dbchat-3.0.0-standard.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-standard.jar) - Standard version (add MySQL, MariaDB, ClickHouse)
85
85
-[dbchat-3.0.0-enterprise.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-enterprise.jar) - Enterprise version (add Oracle, SQL Server, DB2)
86
86
-[dbchat-3.0.0-cloud-analytics.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-cloud-analytics.jar) - Cloud Analytics version (add Redshift, Snowflake, BigQuery)
87
87
-[dbchat-3.0.0-all.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-all.jar) - All databases included (400MB+)
88
88
89
89
(Optional) For simplicity rename the downloaded file to `dbchat-3.0.0.jar` so you can follow the rest of the commands here without needing to adjust them to your version.
90
-
91
-
NOTE: You can also build an efficient custom jar with only the drivers you need. See [INSTALL.md](INSTALL.md) for details
90
+
```agsl
91
+
mv dbchat-3.0.0.jar dbchat.jar
92
+
OR
93
+
ren dbchat-3.0.0.jar dbchat.jar
94
+
```
95
+
NOTE: Advanced users can also build a custom jar with only the drivers you need. See [INSTALL.md](INSTALL.md) for details.
92
96
93
97
IMPORTANT: Make sure that you are properly LICENSED to use any JDBC driver you install. The DBChat license does not cover any third party code or binaries.
94
98
@@ -109,12 +113,12 @@ DB_USER=your_username
109
113
DB_PASSWORD=your_password
110
114
DB_DRIVER=com.mysql.cj.jdbc.Driver
111
115
112
-
# Optional: Enable web interface
116
+
# Optional: Enable web interface (not needed for Claude desktop)
0 commit comments