gorose
                                GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
                            
                        How to download and setup gorose
Open terminal and run command
                                            git clone https://github.com/gohouse/gorose.git
                                        
                                        git clone is used to create a copy or clone of gorose 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 gorose https://github.com/gohouse/gorose/archive/master.zip
Or simply clone gorose with SSH
                                            [email protected]:gohouse/gorose.git