A PL/SQL IDE with GIT support

2019-07-05 17:35发布

I'm currently developing PL/SQL stored procedures for my company and I'd like to use a code revision control system to keep track of changes that other developers and I make. I like GIT for all its merits including distributed scm capabilities. Is there any IDE for PL/SQL development which supports GIT? Currently, I'm using JDeveloper because it also allows me to work on Java projects at the same time but I haven't been able to find a good GIT extension for it. Is there any chance that JDeveloper will officially support GIT in the future?

Thanks.

2条回答
我欲成王,谁敢阻挡
2楼-- · 2019-07-05 18:25

You can consider usage of IntelliJ IDEA which is great IDE for Java, have git support out of the box and there is SQL Code Assistant plugin (supporting PL/SQL)

There is JDeveloper plugin for git in early stages of development (currently only cloning of repositories is implemented) on http://mdlwr.amr-gawish.com/jdeveloper-git-plugin, you can follow development process and see how it goes...

查看更多
beautiful°
3楼-- · 2019-07-05 18:35

We built a small utility that hooks Git to the Oracle database. It is not an IDE but it will help you to perform common version control tasks using Git and it will automatically update your PL/SQL code base in the database.

The tool will be available for free in December '14. You can sign up at www.gitora.com to get notified when it is available.

查看更多
登录 后发表回答