Refactored code components to reuse the auto generate code functions that were in the server file. The following changes were made to make this happen:
Auto generate functions were moved to the utl file to be used between the front and back end
Code components no longer have all the functionality to generate code, they just reuse the functions made on the server in.
The three database code components were deleted were merged into one for simplicity
A few minor issues were fixed along the way, such as spacing
PostgreSQL changes incoming. I have a working model with pools that will now be easy to implement
Refactored code components to reuse the auto generate code functions that were in the server file. The following changes were made to make this happen:
PostgreSQL changes incoming. I have a working model with pools that will now be easy to implement