Backend Database Dependencies - MukeshKumar101/IPL_Auction GitHub Wiki
-
Schema creation
- Prepare query for creating tables(user, player, auction, team).
- Execute the query for table creation.
-
Validate the DbCredentials using ConnectionService class.
-
Connection Establishment.
-
Class Diagram.