Automating SQL script version control in SQL Developer, Visual Studio Code and Bitbucket
in Database
Hi, we are currently looking for a way to integrate Oracle SQL Developer, Visual Studio Code and Bitbucket to automate version control of our SQL scripts. Our team works primarily in SQL Developer for development and Visual Studio Code to edit and manage certain scripts.
We have an internal document that details a procedure for managing versioning using Git, Bitbucket, and a structured branching model (master, develop, release, hotfix). However, this process is manual, and we want to automate it to avoid human dependencies and errors.
Objective:
Automate the export of SQL scripts from SQL Developer or the database to a local directory.
Tagged:
0