DBeaver Community | Free Universal Database Tool
DBeaver Universal Database Tool Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase,
dbeaver.io
# Class Name
org.apache.cassandra2.cql.jdbc.CassandraDriver
# Url Template
jdbc:cassandra://{host}[:{port}]/{database}
그리고 Add Artifact를 클릭해서 드라이버를 설정합니다.
링크 - https://mvnrepository.com/artifact/com.github.adejanovski/cassandra-jdbc-wrapper/3.1.0
<!-- https://mvnrepository.com/artifact/com.github.adejanovski/cassandra-jdbc-wrapper -->
<dependency>
<groupId>com.github.adejanovski</groupId>
<artifactId>cassandra-jdbc-wrapper</artifactId>
<version>3.1.0</version>
</dependency>
'Database Helpdesk > Tools' 카테고리의 다른 글
PostgreSql psql 옵션 (0) | 2024.11.15 |
---|---|
This version of ChromeDriver only supports Chrome version 89 (0) | 2023.02.20 |
CentOS / Samba / 설치 및 설정 (0) | 2023.02.19 |