https://github.com/jdbi/jdbi3-oracle12
jdbi oracle integration
https://github.com/jdbi/jdbi3-oracle12
java java8 jdbc jdbi oracle-db sql
Last synced: about 1 year ago
JSON representation
jdbi oracle integration
- Host: GitHub
- URL: https://github.com/jdbi/jdbi3-oracle12
- Owner: jdbi
- License: apache-2.0
- Created: 2018-11-30T02:38:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T23:36:25.000Z (over 2 years ago)
- Last Synced: 2025-03-24T22:51:22.064Z (about 1 year ago)
- Topics: java, java8, jdbc, jdbi, oracle-db, sql
- Language: Java
- Size: 321 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jdbi/jdbi3-oracle12/actions/workflows/ci.yml)
# Oracle support for JDBI 3
This package is set apart from the [main JDBI](https://github.com/jdbi/jdbi) build for historical reasons.
## Releasing
This package is intended to be released whenever a [main JDBI](https://github.com/jdbi/jdbi) release is done.
- Submit a PR that changes the parent version and the `dep.jdbi3.version` property to the just released main version
- Once the PR passes all tests, merge it
- Run the release steps as described [in the JDBI release document](https://github.com/jdbi/jdbi/blob/master/RELEASE_STEPS.md).