So i have 2 postgres tables. One is accounts2 which consits of people and their account balance and another table t1 which has the transaction history of accounts2. So i wanted to display these tables on html page using node js. Also if i could query the table accounts2 from the html page itself using a a simple form(fields including from person,to person and amount of transaction)? Will be appreciated.