Skip to content

Commit c93dbf1

Browse files
committed
update README
1 parent be731e7 commit c93dbf1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

logsql-jdbc/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
7474
<dependency>
7575
<groupId>com.victoriametrics</groupId>
7676
<artifactId>logsql-jdbc</artifactId>
77-
<version>0.8.0</version>
77+
<version>0.9.0</version>
7878
</dependency>
7979
```
8080

@@ -107,15 +107,15 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
107107

108108
### JetBrains IDEs
109109

110-
1. Download `logsql-jdbc-0.8.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.8.0-all.jar&response-content-type=application%2Foctet-stream)
110+
1. Download `logsql-jdbc-0.9.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.9.0-all.jar&response-content-type=application%2Foctet-stream)
111111

112112
2. "Database" panel -> Create Data Source -> Driver:
113113

114114
- 2.1.
115115

116116
![Add driver](jetbrains-1.png)
117117

118-
- 2.2. Add `logsql-jdbc-0.8.0-all.jar` file as "Custom JAR" and select driver class
118+
- 2.2. Add `logsql-jdbc-0.9.0-all.jar` file as "Custom JAR" and select driver class
119119

120120
![Add driver](jetbrains-2.png)
121121

@@ -133,9 +133,9 @@ These integration tests connect to https://play-sql.victoriametrics.com. They wi
133133

134134
### Tableau
135135

136-
1. Download `logsql-jdbc-0.8.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.8.0-all.jar&response-content-type=application%2Foctet-stream)
136+
1. Download `logsql-jdbc-0.9.0-all.jar` file from [maven package](https://github.com/VictoriaMetrics/sql-to-logsql/packages/2708242): [download file](https://github-registry-files.githubusercontent.com/1068003892/ea4eae80-adbb-11f0-9457-605837395e31?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20251020%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251020T150325Z&X-Amz-Expires=300&X-Amz-Signature=992043563ba10abf6b5b9615e4493032c81a02bca67254291b3f1416a7fccae3&X-Amz-SignedHeaders=host&response-content-disposition=filename%3Dlogsql-jdbc-0.9.0-all.jar&response-content-type=application%2Foctet-stream)
137137

138-
2. Put the `logsql-jdbc-0.8.0-all.jar` file into the [Tableau Drivers folder](https://help.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm#specify-the-right-jdbc-driver)
138+
2. Put the `logsql-jdbc-0.9.0-all.jar` file into the [Tableau Drivers folder](https://help.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm#specify-the-right-jdbc-driver)
139139

140140
3. Connect -> To a Server -> Other databases (JDBC):
141141

0 commit comments

Comments
 (0)