JDBI Oracle

JDBI Oracle-specific features

License

License

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-oracle
Last Version

Last Version

3.0.0-alpha6
Release Date

Release Date

Type

Type

jar
Description

Description

JDBI Oracle
JDBI Oracle-specific features
Project URL

Project URL

http://jdbi.org/

Download jdbi3-oracle

How to add to project

<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi3-oracle</artifactId>
    <version>3.0.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/
implementation 'org.jdbi:jdbi3-oracle:3.0.0-alpha6'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/
implementation ("org.jdbi:jdbi3-oracle:3.0.0-alpha6")
'org.jdbi:jdbi3-oracle:jar:3.0.0-alpha6'
<dependency org="org.jdbi" name="jdbi3-oracle" rev="3.0.0-alpha6">
  <artifact name="jdbi3-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-oracle', version='3.0.0-alpha6')
)
libraryDependencies += "org.jdbi" % "jdbi3-oracle" % "3.0.0-alpha6"
[org.jdbi/jdbi3-oracle "3.0.0-alpha6"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jdbi : jdbi3 jar 3.0.0-alpha6
com.oracle.jdbc » ojdbc7 jar 12.1.0.2

test (5)

Group / Artifact Type Version
org.jdbi : jdbi3 jar 3.0.0-alpha6
org.jdbi : jdbi3-sqlobject jar 3.0.0-alpha6
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.

Jdbi Logo

Build Status

The Jdbi library provides convenient, idiomatic access to relational databases in Java.

Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it.

Prerequisites

Jdbi 3 requires Java 8 or better.

We run CI tests against Java 8, 11, 14, and 15. We recommend running the latest GA JDK.

At this point Java 8 is considered deprecated. While Jdbi does not (yet) have a specific date to drop support, please chart your path forward to a supported JDK!

Builds

Jdbi is built with Maven:

$ mvn clean install

The tests use real Postgres and H2 databases.

You do not need to install anything--the tests will spin up temporary database servers as needed.

Contributing

Please read CONTRIBUTING.md for instructions to set up your development environment to build Jdbi.

Versioning

We use SemVer for versioning.

License

This project is licensed under the Apache 2.0 license.

Project Members

  • Brian McCallister (@brianm) - Project Founder
  • Steven Schlansker (@stevenschlansker)
  • Henning Schmiedehausen (@hgschmie)
  • Matthew Hall (@qualidafial)
  • Artem Prigoda (@arteam)
  • Marnick L'Eau (@TheRealMarnes)

Special Thanks

  • Alex Harin (@aharin) - Kotlin plugins.
  • Ali Shakiba (@shakiba) - JPA plugin
  • @alwins0n - Vavr plugin.
  • Fred Deschenes (@FredDeschenes) - Kotlin unchecked extensions for Jdbi functions. @BindFields, @BindMethods annotations.
org.jdbi
https://jdbi.org

Versions

Version
3.0.0-alpha6