{"id":34193903,"url":"https://github.com/cursusdb/cursusdb-go","last_synced_at":"2026-03-10T08:31:05.233Z","repository":{"id":209463885,"uuid":"724129840","full_name":"cursusdb/cursusdb-go","owner":"cursusdb","description":"CursusDB Go Native Client Module","archived":false,"fork":false,"pushed_at":"2024-01-07T00:33:06.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-18T17:41:07.907Z","etag":null,"topics":["client","dbms","golang","json","module","no-sql"],"latest_commit_sha":null,"homepage":"https://cursusdb.com","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/cursusdb.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}},"created_at":"2023-11-27T13:08:57.000Z","updated_at":"2024-01-23T01:27:11.000Z","dependencies_parsed_at":"2024-01-01T08:43:16.712Z","dependency_job_id":null,"html_url":"https://github.com/cursusdb/cursusdb-go","commit_stats":null,"previous_names":["cursusdb/cursusdb-go"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cursusdb/cursusdb-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursusdb%2Fcursusdb-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursusdb%2Fcursusdb-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursusdb%2Fcursusdb-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursusdb%2Fcursusdb-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cursusdb","download_url":"https://codeload.github.com/cursusdb/cursusdb-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursusdb%2Fcursusdb-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["client","dbms","golang","json","module","no-sql"],"created_at":"2025-12-15T16:51:32.907Z","updated_at":"2026-03-10T08:31:05.224Z","avatar_url":"https://github.com/cursusdb.png","language":"Go","readme":"## Installation\n``` \ngo get github.com/cursusdb/cursusdb-go\n```\n\nOR\n\n``` \ngo mod download github.com/cursusdb/cursusdb-go\n```\n\n## Usage\n``` \npackage main\n\nimport (\n\t\"fmt\"\n\tcursusdbgo \"github.com/cursusdb/cursusdb-go\"\n)\n\nfunc main() {\n\tvar client *cursusdbgo.Client\n\n\tclient = \u0026cursusdbgo.Client{\n\t\tTLS:         false,\n\t\tClusterHost: \"0.0.0.0\",\n\t\tClusterPort: 7681,\n\t\tUsername:    \"someuser\",\n\t\tPassword:    \"somepassword\",\n\t\tClusterReadTimeout: time.Now().Add(time.Second * 10),\n\t}\n\n\terr := client.Connect()\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t\treturn\n\t}\n\n\tdefer client.Close()\n\n\tres, err := client.Query(`ping;`)\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t\treturn\n\t}\n\n\tfmt.Println(res)\n\n}\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursusdb%2Fcursusdb-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursusdb%2Fcursusdb-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursusdb%2Fcursusdb-go/lists"}