xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
How to download and setup xo
Open terminal and run command
git clone https://github.com/xo/xo.git
git clone is used to create a copy or clone of xo 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 xo https://github.com/xo/xo/archive/master.zip
Or simply clone xo with SSH
[email protected]:xo/xo.git