Generate Table Module



The Profound IDE includes the ability to generate a complete set of Low-Code Routines from scratch. With just a few clicks of the mouse, you can quickly auto-generate a Module file with all of the standard CRUD operations for a database table. Simply follow these steps:

  1. Navigate to the Profound.js IDE.

  2. Change to the Database tab.

  3. Drill-down and right-click a desired database table. Then select "Build Module".

This will bring up the Module Designer with the generated Module file.  The Module will not be callable until you save it.

In the Module Designer, you will see that the generator created all of the business logic, parameters, and documentation for these commonly used CRUD functions:

  • Get List

  • Get One

  • Add One

  • Update One

  • Delete One