# sql-developer-vscode **Repository Path**: mirrors_oracle/sql-developer-vscode ## Basic Information - **Project Name**: sql-developer-vscode - **Description**: A repository for all things related to Oracle SQL Developer Extension for VSCode - **Primary Language**: Unknown - **License**: UPL-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-24 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQL Developer The de-facto query, development, and administration tool for Oracle Database professionals. The [Oracle SQL Developer Extension for VSCode](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer) provides the ability to execute your SQL queries and scripts, perform PL/SQL development, and interact with your database schema objects. Developed over decades with input from more than 6 million users worldwide, SQL Developer brings the features today's developers expect when working with the world's best database. # Repository Structure - [extension-api](./extension-api): an NPM package that provides Typescript type declarations for the extension API. - [samples](./samples): code samples illustrating the extension api, each sample is a standalone VSCode extension. # Documentation Support documentation can be found [here](https://docs.oracle.com/en/database/oracle/sql-developer-vscode/index.html). ## Contributing Please review our [contribution guide](./CONTRIBUTING.md) ## Security Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process ## License Copyright (c) 2025 Oracle and/or its affiliates. Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.