{"id":19692343,"url":"https://github.com/root27/go-sql","last_synced_at":"2026-04-11T21:02:36.422Z","repository":{"id":175249575,"uuid":"653503259","full_name":"root27/go-sql","owner":"root27","description":"Package provides easy sql connection","archived":false,"fork":false,"pushed_at":"2023-06-21T08:58:03.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T11:47:07.666Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/root27.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":"2023-06-14T07:24:01.000Z","updated_at":"2023-06-14T10:12:32.000Z","dependencies_parsed_at":"2024-02-06T05:45:33.888Z","dependency_job_id":null,"html_url":"https://github.com/root27/go-sql","commit_stats":null,"previous_names":["root27/go-sql"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/root27/go-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Fgo-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Fgo-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Fgo-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Fgo-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/root27","download_url":"https://codeload.github.com/root27/go-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root27%2Fgo-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31695165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T20:18:30.949Z","status":"ssl_error","status_checked_at":"2026-04-11T20:18:29.982Z","response_time":54,"last_error":"SSL_read: 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":[],"created_at":"2024-11-11T19:13:03.086Z","updated_at":"2026-04-11T21:02:36.410Z","avatar_url":"https://github.com/root27.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Go Sql\n\n---\n\n### Description\n\nThis is simple package to connect sql database\n\n### Usage Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"github.com/root27/go-sql\"\n)\n\nfunc main() {\n    \n    db,err := sql_connection.ConnectDB(\"sql\") // sql is the name in the .env file\n\n    if err != nil {\n        fmt.Println(err)\n    }\n\n\tdefer sql_connection.CloseDB(db) //Close db\n\n\n    //Ping db\n\n    sql_connection.PingDB(db)\n\n    \n\n   \n\n\tfmt.Println(\"Connected to DB\")\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot27%2Fgo-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froot27%2Fgo-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot27%2Fgo-sql/lists"}