Skip to content

openziti-test-kitchen/zdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ZDBC Has Moved!

ZDBC has graduated from the test kitchen and has moved into OpenZiti Java SDK! Check out its new home here: https://github.com/openziti/ziti-sdk-jvm/tree/main/ziti-jdbc

Where can I get jar file?

Releases are now available from Sonatype. The ZDBC jar file can be downloaded from https://search.maven.org/search?q=g:org.openziti%20AND%20a:ziti-jdbc

As a benefit of Sonatype releaes, ZDBC can be pulled into your project using your favorite Java build system.

Maven example:

<dependency>
  <groupId>org.openziti</groupId>
  <artifactId>ziti-jdbc</artifactId>
  <version>0.23.15</version>
</dependency>

Gradle example:

implementation 'org.openziti:ziti-jdbc:0.23.15'

Where can I find the source code?

The ZDBC source code is available as a module in the Ziti Java SDK here: https://github.com/openziti/ziti-sdk-jvm/tree/main/ziti-jdbc

About

A repository to provide abstracted jdbc access via ziti

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published