Skip to content

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

@4cecoder

Description

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

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