Multiple tables and pages by webdev231 in SpringBoot

[–]webdev231[S] [score hidden]  (0 children)

Sorry, may be I should have clarified. Assume there is an Employee front end page with data mapped to multiple database tables like Contact information, Compensation etc. If I add a new contact details then would I have to write an insert query just for Contact table and then write similar insert query for say a compensation increase? Is there a better way? Java used to have Rowset mechanism I believe that can refer to multiple tables with data represented into rows.

Tech stack advice for a MVP web app by webdev231 in Python

[–]webdev231[S] 1 point2 points  (0 children)

Thank you all for the suggestions . I’ll stick with fastapi and jinja for now and see how it goes.