package
0.0.0-20241224223918-44ceea009a81
Repository: https://github.com/rdv-dev/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