Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 232 Bytes

sql_golang_rest_api

Sample program to know how we can interact with the SQL Database.

mysql> desc task;

  1. id => bigint(20) => auto_increment (Primary Key)
  2. name => varchar(60)
  3. description => text

all are default NULL