dbtpl
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 dbtpl
Open terminal and run command
git clone https://github.com/xo/dbtpl.git
git clone is used to create a copy or clone of dbtpl 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 dbtpl https://github.com/xo/dbtpl/archive/master.zip
Or simply clone dbtpl with SSH
[email protected]:xo/dbtpl.git