Skip to content

CRUD in Golang using MySQL & PostgreSQL with tables related to business.

Notifications You must be signed in to change notification settings

matisidler/CRUDbusiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUDbusiness

CRUD in Golang using MySQL & PostgreSQL with tables related to business.

In this CRUD i'm implementing the DAO factor. That's mean you can manage 2 drivers (in this case, PostgreSQL and MySQL) in the same program with the same commands. This is easy, just create an interface to make differents querys to different databases.

About

CRUD in Golang using MySQL & PostgreSQL with tables related to business.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages