Skip to content

Commit e882c3b

Browse files
committed
Added links to release downloads
1 parent 8825d38 commit e882c3b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,19 @@ DBChat works with virtually any database (as long as it has a JDBC driver)
8080
### Step 1: Download DBChat
8181

8282
Download the latest release from [GitHub Releases](https://github.com/skanga/dbchat/releases):
83-
- [dbchat-3.0.0-basic.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-basic.jar) - Basic version (PostgreSQL, SQLite, H2, HSQLDB, CSV)
83+
- [dbchat-3.0.0-basic.jar](https://github.com/skanga/dbchat/releases/download/v3.0.0/dbchat-3.0.0-basic.jar) - Basic version (PostgreSQL, SQLite, H2, HSQLDB, CSV) `<-- Start here`
8484
- [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)
8585
- [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)
8686
- [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)
8787
- [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+)
8888

8989
(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.
9296

9397
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.
9498

@@ -109,12 +113,12 @@ DB_USER=your_username
109113
DB_PASSWORD=your_password
110114
DB_DRIVER=com.mysql.cj.jdbc.Driver
111115

112-
# Optional: Enable web interface
116+
# Optional: Enable web interface (not needed for Claude desktop)
113117
HTTP_MODE=false
114118
HTTP_PORT=8080
115119
```
116120

117-
**Popular Database Examples:**
121+
**Examples for Common/Popular Databases:**
118122

119123
**MySQL:**
120124
```properties

0 commit comments

Comments
 (0)