vsql-developer READMEThis extension provides functionallity to execute and compile (PL)SQL code on an oracle Database with SQLcl. Features
RequirementsRequired:
Get SQLcl here Recommended: SetupAfter you have successfully installed the extension you need to follow some setup steps to get it working. At first you need to add the path of your sqlcl installation:
Note: It may only work after you have restarted Visual Studio code. The second step is, to add your personal database connection strings:
Note: Just save the file. The extension will automatically recognize it. Now you are ready to use vsql-developer!
Feel free to add a key to the "Compile PLSQL"-command. Extension Settings
Known IssuesFor now the database connection builds up every time you call CompilePLSQL command. To get a permanent connection we are currently working on a version which adjusts the terminal to stay connected in SQLcl until you exit or change the database. Release Notes1.0.0Initial release of VSQL-Developer AcknowledgmentsThanks to
|