Skip to content

generic funtion to remove {id} from mysql tableName #11

Description

@4cecoder
func (connection *sql.db) MySqlDeleteItem(tableName string, itemID int){
//connection... 
// error handling
// find by tableName and Id 
// Remove Row from db
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions