美文网首页
DBeaver community版本链接cassandra

DBeaver community版本链接cassandra

作者: michael_0x | 来源:发表于2023-04-10 15:06 被阅读0次

    DBeaver community �默认不支持cassandra,需要手动添加支持:

    1. driver:
      https://downloads.datastax.com/jdbc/cql/2.0.12.1013/SimbaCassandraJDBC42-2.0.12.1013.zip
      导入driver:
      image.png
    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

    ref:https://medium.com/@erkansirin/adding-cassandra-jdbc-driver-to-dbeaver-community-edition-6d34fd727d20

    链接:


    image.png
    image.png

    相关文章

      网友评论

          本文标题:DBeaver community版本链接cassandra

          本文链接:https://www.haomeiwen.com/subject/kcqwddtx.html