Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ Table of Contents

## Database Tools
* [Application Express (APEX)](https://apex.oracle.com/) - a low-code development platform
* [Database Navigator for IntelliJ](https://plugins.jetbrains.com/plugin/1800-database-navigator) - Open-source database management tool for IntelliJ users
* [Developer Tools for Visual Studio](https://www.oracle.com/database/technologies/developer-tools/visual-studio/) - tightly integrated Oracle Database tools "Add-in"
* [MySQL Workbench](https://www.mysql.com/products/workbench/) - cross-platform, visual database design tool for MySQL
* [REST Data Services (ORDS)](https://www.oracle.com/rest) - bridges HTTPS and your Oracle Database
* [SQLcl](https://www.oracle.com/database/technologies/appdev/sqlcl.html) - command line interface for Oracle Database
* [SQL Developer](https://www.oracle.com/sqldeveloper) - integrated development and management environment for Oracle Database
* [SQL Developer Data Modeler](https://www.oracle.com/database/sqldeveloper/technologies/sql-data-modeler/) - graphical tool that enhances productivity and simplifies data modeling tasks
* [SQL Developer Extension for VSCode](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer) - End-to-end development tools for your SQL and PL/SQL applications
* [Database Navigator for IntelliJ](https://plugins.jetbrains.com/plugin/1800-database-navigator) - Open-source database management tool for IntelliJ users

## Graph
* [PGQL](https://pgql-lang.org/) - Property Graph Query Language
Expand Down