SQL Table would need the following table:
ID. USERNAME WALLET. ADDRESS. BALANCE. NEWBALANCE TRANSACTIONID. DATETIME
1. TestUser. WalletID. AddNow. 0.00234. 0.00233. 1TX. 1/1/22 1:0:00
Well if you need SQL support, then you can't use JS in the first place since it has not-so-good support for databases anyway. Getting a PHP developer would be the better option (PHP and JS tend not to mix very well).