A PL/SQL IDE with GIT support

浪尽此生 提交于 2020-01-04 01:19:27

问题


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.


回答1:


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...




回答2:


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.



来源:https://stackoverflow.com/questions/8984218/a-pl-sql-ide-with-git-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!