具有 GIT 支持的 PL/SQL IDE
我目前正在为我的公司开发 PL/SQL 存储过程,我想使用代码修订控制系统来跟踪我和其他开发人员所做的更改。我喜欢 GIT 的所有优点,包括分布式 scm 功能。有没有支持GIT的PL/SQL开发IDE?目前,我正在使用 JDeveloper,因为它还允许我同时处理 Java 项目,但我还没有找到一个好的 GIT 扩展。 JDeveloper 未来有机会正式支持 GIT 吗?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以考虑使用 IntelliJ IDEA,它是很棒的 Java IDE,具有开箱即用的 git 支持,并且有 SQL Code Assistant 插件(支持 PL/SQL)
有用于 git 的 JDeveloper 插件在http://mdlwr.amr 上的早期开发阶段(目前仅实现了存储库的克隆) -gawish.com/jdeveloper-git-plugin,您可以跟踪开发流程,看看进展如何...
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...
我们构建了一个小型实用程序,将 Git 连接到 Oracle 数据库。它不是 IDE,但它将帮助您使用 Git 执行常见的版本控制任务,并且会自动更新数据库中的 PL/SQL 代码库。您可以在 www.gitora.com 下载它
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. You can download it at www.gitora.com