Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does DataGrip by JetBrains support PL/SQL development?

JetBrains website displays multiple useful features of their Database IDE, including code generation as per https://www.jetbrains.com/datagrip/features/generation.html; However the website does not explicitly declare support for PL/SQL.

Can any DataGrip users give a review in regards to the level of PL/SQL support in the IDE?

like image 902
Daniel Micallef Avatar asked Jan 11 '17 11:01

Daniel Micallef


1 Answers

For PL/SQL development I personally would recommend plugin Database Navigator for IntelliJ IDEA if you don't want to use "oldshool" IDE-s like SQL Developer etc. Comparing to Datagrip it's more oriented to PL/SQL package development, but if you need to work with triggers - you need Datagrip, as mentioned plugin doesn't support modifying triggers.

like image 187
gregorianisch Avatar answered Sep 19 '22 15:09

gregorianisch