{"id":37175324,"url":"https://github.com/lyf-coder/easy-db","last_synced_at":"2026-01-14T20:28:25.669Z","repository":{"id":45133315,"uuid":"239242055","full_name":"lyf-coder/easy-db","owner":"lyf-coder","description":"easy-db is easy way to access database","archived":false,"fork":false,"pushed_at":"2022-01-06T08:06:33.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T13:05:15.642Z","etag":null,"topics":["database","easy-db","go"],"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/lyf-coder.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}},"created_at":"2020-02-09T03:44:51.000Z","updated_at":"2024-06-21T13:05:15.643Z","dependencies_parsed_at":"2022-09-01T22:13:14.922Z","dependency_job_id":null,"html_url":"https://github.com/lyf-coder/easy-db","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lyf-coder/easy-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyf-coder%2Feasy-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyf-coder%2Feasy-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyf-coder%2Feasy-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyf-coder%2Feasy-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyf-coder","download_url":"https://codeload.github.com/lyf-coder/easy-db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyf-coder%2Feasy-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":["database","easy-db","go"],"created_at":"2026-01-14T20:28:25.021Z","updated_at":"2026-01-14T20:28:25.657Z","avatar_url":"https://github.com/lyf-coder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy-db\neasy-db is easy way to access database\n\n[![Actions](https://github.com/lyf-coder/easy-db/workflows/CI/badge.svg)](https://github.com/lyf-coder/easy-db/actions?query=workflow%3ACI)\n[![GoDoc](https://godoc.org/github.com/lyf-coder/easy-db?status.svg)](https://godoc.org/github.com/lyf-coder/easy-db)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lyf-coder/easy-db)](https://goreportcard.com/report/github.com/lyf-coder/easy-db)\n\n## Install\n\n```console\ngo get github.com/lyf-coder/easy-db/db\n```\n## Usage\n    import (\n        \"github.com/lyf-coder/easy-db/db\"\n        \"github.com/lyf-coder/easy-db/connect\"\n    )\n    var config = connect.Config{\n    \tDbType:       \"DbType\",\n    \tUserName:     \"UserName\",\n    \tPassword:     \"Password\",\n    \tDatabaseName: \"DatabaseName\",\n    \tHost:         \"ip\",\n    \tPort:         \"27017\",\n    \tOptions:      nil,\n    }\n    \n    var db = New(\u0026config)\n    \n    // exec Db interface func   \t","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyf-coder%2Feasy-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyf-coder%2Feasy-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyf-coder%2Feasy-db/lists"}