Skip to content

developer1622/sql_golang_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd847a0 · Jan 18, 2020

History

8 Commits
Jan 18, 2020
Jan 18, 2020
Jan 18, 2020
Jan 18, 2020

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