DBeaver community �默认不支持cassandra,需要手动添加支持:
- driver:
https://downloads.datastax.com/jdbc/cql/2.0.12.1013/SimbaCassandraJDBC42-2.0.12.1013.zip
导入driver:
image.png
When you click on Driver Manager above, click the New button in the window that opens, and a new driver definition window will open. Fill in the boxes in this window as below.
Driver Name: Cassandra
Driver Type: Generic
Class Name: com.simba.cassandra.jdbc42.Driver
URL Template: jdbc:cassandra://{host}[:{port}];AuthMech=0 (set authentication mechanism to 1 if your cluster has authentication enabled)
Default Port: 9042
image.png
链接:
image.png
image.png
网友评论