Question
· Jun 23, 2021

IDE platform for beginners

Hello community...
As there is a certain restriction of commands in Caché, and assuming that the base of most colleges ends up being MySQL, Oracle, SQL Server and others... And the last two with very simple IDEs to use and with the possibility to handle the operation in the database very well, which IDE (if there is an "official" or something like that) would be the best for me to start working more effectively with Caché?

Product version: Caché 2018.1
Discussion (3)1
Log in or sign up to continue

@ROBSON SERPA DA ROSA  - welcome to the Community!!

The two options available to you are InterSystems Studio (ships with Caché and is an install-time option) and VS Code with appropriate add-ons.

InterSystems Studio is being phased out (no new dev) - the future is VS Code, so I suggest you start there.

This may be a good place for you to start: https://community.intersystems.com/post/webinar-introduction-vscode-obje...

Hope that helps!!

It depends on what you are looking for.

To create applications to expose data on IRIS with custom APIs and make custom applications, you can use IRIS Studio and/or VsCode with the IRIS extension.

For database administration, you can use the management portal.

For 100% SQL administration, I recommend DbBeaver.