Backend Database Dependencies - MukeshKumar101/IPL_Auction GitHub Wiki

  1. Schema creation

    • Prepare query for creating tables(user, player, auction, team).
    • Execute the query for table creation.
  2. Validate the DbCredentials using ConnectionService class.

  3. Connection Establishment.

  4. Class Diagram.