Skip to content

developer1622/sql_golang_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SQL CURD Operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages