8000 GitHub - griddb/jdbc at v4.5.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

griddb/jdbc

Repository files navigation

GridDB JDBC Driver

Overview

The GridDB JDBC Driver provides a SQL interface for GridDB.

Operating environment

Building and program execution are checked in the environment below.

OS: CentOS 7.6(x64)
GridDB server: V4.5 CE(Community Edition)

Quick start

Build

Run the make command like the following:

$ ant

and create the following file and links under the bin/ folder.

gridstore-jdbc.jar
gridstore-jdbc-call-logging.jar

Execute a sample program

GridDB server need to be started in advance with "myCluster" as a cluster name and multicast method.

$ export CLASSPATH=${CLASSPATH}:./bin/gridstore-jdbc.jar
$ cp sample/en/jdbc/JDBCSelect.java .
$ javac JDBCSelect.java
$ java JDBCSelect

Document

Refer to the file below for more detailed information.

Community

  • Issues
    Use the GitHub issue function if you have any requests, questions, or bug reports.
  • PullRequest
    Use the GitHub pull request function if you want to contribute code. You'll need to agree GridDB Contributor License Agreement(CLA_rev1.1.pdf). By using the GitHub pull request function, you shall be deemed to have agreed to GridDB Contributor License Agreement.

License

The JDBC Driver source license is Apache License, version 2.0.
See 3rd_party/3rd_party.md for the source and license of the third party.

About

GridDB JDBC Driver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0