{"id":16072523,"url":"https://github.com/juanitofatas/connection_url_resolver","last_synced_at":"2026-04-29T21:01:43.989Z","repository":{"id":62556162,"uuid":"120174814","full_name":"JuanitoFatas/connection_url_resolver","owner":"JuanitoFatas","description":"Resolve connection URL into Hash.","archived":false,"fork":false,"pushed_at":"2018-02-04T17:34:40.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-24T23:12:37.883Z","etag":null,"topics":["connection","mysql","postgresql","resolver","sqlite","url"],"latest_commit_sha":null,"homepage":"https://github.com/JuanitoFatas/connection_url_resolver","language":"Ruby","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/JuanitoFatas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-04T10:25:35.000Z","updated_at":"2018-02-04T17:35:05.000Z","dependencies_parsed_at":"2022-11-03T05:45:37.251Z","dependency_job_id":null,"html_url":"https://github.com/JuanitoFatas/connection_url_resolver","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JuanitoFatas/connection_url_resolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fconnection_url_resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fconnection_url_resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fconnection_url_resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fconnection_url_resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanitoFatas","download_url":"https://codeload.github.com/JuanitoFatas/connection_url_resolver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Fconnection_url_resolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["connection","mysql","postgresql","resolver","sqlite","url"],"created_at":"2024-10-09T08:01:20.920Z","updated_at":"2026-04-29T21:01:43.945Z","avatar_url":"https://github.com/JuanitoFatas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConnectionUrlResolver\n\n[![Build Status](https://travis-ci.org/JuanitoFatas/connection_url_resolver.svg?branch=master)](https://travis-ci.org/JuanitoFatas/connection_url_resolver)\n\nResolve connection URL into Hash.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"connection_url_resolver\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install connection_url_resolver\n\n## Usage\n\n```ruby\nurl = \"mysql2://user:password@localhost:3306/app_dev\"\nConnectionUrlResolver.new(url).to_hash\n# =\u003e\n{\n  \"adapter\" =\u003e \"mysql2\",\n  \"username\" =\u003e \"user\",\n  \"password\" =\u003e \"password\",\n  \"port\" =\u003e \"3306\",\n  \"database\" =\u003e \"app_dev\",\n  \"host\" =\u003e \"localhost\"\n}\n```\n\n## License, Contributor's Guidelines\n\n- [MIT license][mit]\n- [Moya Contributors Guidelines][moya] which TLDR: means we give out push access easily and often.\n\n[mit]: https://opensource.org/licenses/MIT\n[moya]: https://github.com/Moya/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Fconnection_url_resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanitofatas%2Fconnection_url_resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Fconnection_url_resolver/lists"}