package
0.0.0-20240419045132-7276c2593807
Repository: https://github.com/algae-disco/pyrosaurus-server.git
Documentation: pkg.go.dev

# Functions

// InsertContEST_ENTRY adds a new contest_entry to the CONTEST_ENTRY table.
CreatePlayerS adds a new players to the PLAYERS table and returns the generated ID.
No description provided by the author
GetContestByPlayerId retrieves a contest data by Player ID.
GetPlayerSByID retrieves a players by their ID.
InitializeDatabase creates the necessary tables if they don't exist.
InsertContest adds a new contest data to the CONTEST_DATA table.
No description provided by the author

# Structs

Player represents a player in the game.