package
0.0.0-20240828184941-667ddf2c5bbc
Repository: https://github.com/allexsen/learning-project.git
Documentation: pkg.go.dev

# Functions

GetLastInsertId handles sql insertion query result, and returns the last insert id.
GetQueryError checks if there was an error in execution.
HandleUpdateQuery validates sql update query by checking update error, affected rows error, or no rows affected error.