Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OracleDB support to golang-migrate #1230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JailtonJunior94
Copy link

@JailtonJunior94 JailtonJunior94 commented Feb 13, 2025

Add OracleDB support to golang-migrate
This PR implements support for OracleDB in golang-migrate. The main changes include:

  • Addition of the OracleDB driver in oracle.
  • Implementation of necessary functions for migrations, including Open, Close, Lock, Unlock, Run, SetVersion, Version, and Drop.
  • Addition of tests for the OracleDB driver in oracle_test.go.
  • Update of the documentation in README.md to include instructions on how to use the OracleDB driver.

How to Test:

  1. Set up an OracleDB environment.
  2. Run the unit and integration tests to ensure all functionalities are working correctly.
  3. Follow the instructions in the documentation to test real migrations using the OracleDB driver.

@coveralls
Copy link

Coverage Status

coverage: 57.043% (+0.7%) from 56.319%
when pulling a601110 on JailtonJunior94:oracle
into d477553 on golang-migrate:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants