Idea Summary
As we all know, Oracle APEX is based on Oracle database, you can easily insert, update, delete and query data of tables in Oracle database. However, in reality, there are many applications based on MySQL database. If APEX could be as simple as operating Oracle tables to operate MySQL tables (CRUD), the work scenarios of APEX application will go to a new level.
Use Case
Make APEX be applied to MySQL-based application development scenarios.
Preferred Solution (Optional)
Scan through ORDS and automatically generate RESTful APIs based on MySQL database tables that support CRUD operations. Then developers are able to leverage these APIs declaratively in APEX.