{"id":15752578,"url":"https://github.com/devigned/azure-golang-pg-mysql","last_synced_at":"2025-07-31T13:10:17.938Z","repository":{"id":145071004,"uuid":"105205004","full_name":"devigned/azure-golang-pg-mysql","owner":"devigned","description":"Quick test to try out Azure SQL for PostgreSQL and MySQL","archived":false,"fork":false,"pushed_at":"2017-09-29T16:06:38.000Z","size":3235,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T07:31:34.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devigned.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-28T22:26:40.000Z","updated_at":"2017-09-29T15:59:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"586cf979-c5f9-4a45-883f-b8e3e8e357db","html_url":"https://github.com/devigned/azure-golang-pg-mysql","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"915eabe730edfd165a35d9216bc7b5639c601875"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devigned/azure-golang-pg-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fazure-golang-pg-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fazure-golang-pg-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fazure-golang-pg-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fazure-golang-pg-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devigned","download_url":"https://codeload.github.com/devigned/azure-golang-pg-mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fazure-golang-pg-mysql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268044651,"owners_count":24186651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T07:03:03.128Z","updated_at":"2025-07-31T13:10:17.896Z","avatar_url":"https://github.com/devigned.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Go Postgres and MySQL Quick Test\nQuick test to try out building a connection to Azure PostgreSQL and MySQL\n\n## How to Run\nReplace `{{var name}}` with the appropriate variable from the Azure portal. Upon creation of a PostgreSQL or a MySQL\ninstance, you should quickly be able find username, password, the server name under the `Connection strings` tab.\n- `go get github.com/devigned/azure-golang-pg-mysql`\n- `cd $GOPATH/src/github.com/devigned/azure-golang-pg-mysql`\n- `go build -o azsql`\n- `./azsql mysql -n ‘{{username}}:{{password}}@tcp({{server_name}}.mysql.database.azure.com:3306)/mysql?tls=skip-verify\u0026allowNativePasswords=true’`\n- `./azsql pg -n 'user={{username}} password={{password}} host={{server_name}}.postgres.database.azure.com dbname=postgres port=5432'`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fazure-golang-pg-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevigned%2Fazure-golang-pg-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fazure-golang-pg-mysql/lists"}