package
0.0.0-20241118080944-2f963051e5aa
Repository: https://github.com/akharb1192/learningagain.git
Documentation: pkg.go.dev
# Structs
SQLDBWrapper is a wrapper around *sql.DB to implement DBInterface.
SQLResultWrapper is a wrapper around sql.Result to implement ResultInterface.
# Interfaces
DBInterface defines the methods for interacting with a database.
ResultInterface defines the methods for results from non-SELECT queries (like INSERT/UPDATE/DELETE).