versioning stored procedures/PLSQL?

前端 未结 4 1468
悲哀的现实
悲哀的现实 2021-02-05 20:59

Is there an efficient way to version store procedures written in PL/SQL? (I only mention PL/SQL because there may exist a particular tool, any answer directed to versioning of s

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 21:55

    We built a tool so that we can manage our PL/SQL code in the Oracle Database. It hooks Git to the Oracle database and helps you manage your PL/SQL code base easily. You can do basic Git tasks such as commiting, resetting, branching, cloning, merging, pulling etc... and Gitora automatically updates the PL/SQL code in the database.

    You can download it at www.gitora.com.

提交回复
热议问题