WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Modifying source code of database objects

Last modified: 28 August 2022

This feature is available with the Database Tools and SQL plugin installed on the Settings/Preferences | Plugins page, tab Marketplace, as described in Installing plugins from JetBrains repository.

Please note that it is a paid plugin.

View all modified objects: View | Tool Windows | Database Changes

The Database Changes tool window becomes available only after you change source code of an object.

The following YouTube video shows a basic workflow of updating routine's source code: Updating source code of a routine.

WebStorm tracks changes that you make to objects that store their source code in the database. These objects might be triggers, procedures, functions, views, or other objects. Every modification that you make to these objects in the editor is saved as a local version of the object source code.