xorm
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
How to download and setup xorm
Open terminal and run command
git clone https://github.com/go-xorm/xorm.git
git clone is used to create a copy or clone of xorm 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 xorm https://github.com/go-xorm/xorm/archive/master.zip
Or simply clone xorm with SSH
[email protected]:go-xorm/xorm.git