Skip to content

A JDBC driver for connecting to an OmniSci GPU database and running queries.

License

Notifications You must be signed in to change notification settings

confluentinc/omnisci-jdbc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central

Specifying Maven Dependency

<dependency>
  <groupId>com.omnisci</groupId>
  <artifactId>jdbc</artifactId>
  <version>4.7.0</version>
</dependency>

Basic testing

From the top level directory run:

set +h
mvn test -DskipTests=false -Dtest=!com.omnisci.jdbc.OmniSciConnectionTest#tst1a_binary_encrypted+tst2_http_unencrypted+tst3_https_encrypted+tst4_https_encrypted_with_server_validation

Note: the unit tests assume that local omniscidb is running and default user and database exist

About

A JDBC driver for connecting to an OmniSci GPU database and running queries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%