APEX Reactant

Tool for SQL autocomplete and table/column lookup in Oracle APEX

APEX Reactant - SQL Autocomplete and Table/Column Lookup

APEX Reactant is a tool to auto-complete SQL statements and perform table/column lookup in Oracle APEX. It allows users to easily create SQL commands based on command letters and provides a mapping of table names to table keys. With features like SQL autocomplete, table/column lookup, and customizable options, APEX Reactant enhances the SQL development experience within Oracle APEX applications.
Install from Chrome Web Store

Extension stats

Users: 16
-3
Version: 1.0 (Last updated: 2021-10-04)
Creation date: 2021-10-04
Risk impact: Moderate risk impact
Risk likelihood:
Manifest version: 2
Permissions:
  • clipboardRead
  • storage
Size: 26.85K

Other platforms

Not available on Android
Not available on Firefox
APEX Reactant (v1.0)
0.00 (0) 38
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.

Extension summary

This extension is a tool to auto-complete SQL statements within an Oracle APEX application. After you set up a mapping of keywords to table names you can use this extension to create SQL commands based on certain command letters. So if there is a table called CUSTOMER_MEMBERSHIP and it's key is CME, you can type SCME hit tab and it will automatically create a select statement from the CUSTOMER_MEMBERSHIP table.

There are 9 command keys as of this version, they are S, J, W, K, I, F, L,T, and C. Entering any of these letters before a valid table key will create a SQL statement.

S = Select * from {Table Name} J = Join {Table Name} on W = Select * from {Table Name} where K = Select * from {Table Name} where {Key Column Name} = {key that you have copied to your clipboard} I = Select * from {Table Name} where {Key Column Name} in ({list of keys that you have copied to your clipboard}) F = Select * from {Table Name} where rownum <= 10 L = Left join {Table Name} on

T and C are different than the other commands in that they do not require a table key and they will prompt you for input, all that is needed to trigger this is to to T or C and hit tab. They will ask for either or table name or column name to search for and it will return tables or columns that match your search term.

The options page for this extension allows you to define the mapping of table names and table keys as well as override the f5 key to prevent it from refreshing your browser and instead it will run SQL commands within the SQL commands page in Oracle APEX.

Extension safety

Risk impact

APEX Reactant requires a few sensitive permissions. Exercise caution before installing.

Risk likelihood

APEX Reactant has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to APEX Reactant: