ozzo-dbx
A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
How to download and setup ozzo-dbx
Open terminal and run command
git clone https://github.com/go-ozzo/ozzo-dbx.git
git clone is used to create a copy or clone of ozzo-dbx repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with ozzo-dbx https://github.com/go-ozzo/ozzo-dbx/archive/master.zip
Or simply clone ozzo-dbx with SSH
[email protected]:go-ozzo/ozzo-dbx.git