Closed ogallagher closed 3 years ago
So far the database stores people, but I’ll be creating tests to ensure Security, TradeBar, and TrainingSession entities are properly stored and able to be retrieved directly and with joins.
Security
TradeBar
TrainingSession
Securities and trade bars appear to work.
Training sessions seem to work as well. Below is a shot of the h2 web console showing a query result for training sessions done by username dennis:
dennis
So far the database stores people, but I’ll be creating tests to ensure
Security
,TradeBar
, andTrainingSession
entities are properly stored and able to be retrieved directly and with joins.