This document discusses version control for PL/SQL code using Gitora. It begins by outlining common problems with version control for PL/SQL, such as each team using their own system and lack of integration with standard version control tools. It then introduces Gitora as a tool that allows PL/SQL code to be managed in Git. The document demonstrates how Gitora can be used to implement modern development workflows for PL/SQL, including features like branching, merging, automated testing and deployment. It concludes by describing how Gitora works under the hood to integrate with PL/SQL code in the database.
Related topics: