package
0.0.0-20250102143717-b53730e4223f
Repository: https://github.com/chia-network/mysqlpunch.git
Documentation: pkg.go.dev
# Functions
Init accepts authentication parameters for a mysql db and creates a client This function may also be configured to create tables in the db on behalf of the application for setup purposes.
ResetAllRecords this function would be called to reset the mysqlpunch table First deletes all rows in the table and then resets the auto_increment counter for the id column.
SetNewRecord inserts one new record into the table.