sql_golang_rest_api Sample program to know how we can interact with the SQL Database. mysql> desc task; id => bigint(20) => auto_increment (Primary Key) name => varchar(60) description => text all are default NULL