{"id":21493830,"url":"https://github.com/epicstep/clickhouse-go-rows-utils","last_synced_at":"2025-04-23T14:38:57.601Z","repository":{"id":257803067,"uuid":"864163208","full_name":"EpicStep/clickhouse-go-rows-utils","owner":"EpicStep","description":"Library that simplify working with rows in clickhouse-go","archived":false,"fork":false,"pushed_at":"2025-03-25T07:29:19.000Z","size":29,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T00:31:43.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/EpicStep.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":"2024-09-27T15:57:23.000Z","updated_at":"2025-02-19T17:59:26.000Z","dependencies_parsed_at":"2025-01-23T21:39:21.502Z","dependency_job_id":null,"html_url":"https://github.com/EpicStep/clickhouse-go-rows-utils","commit_stats":null,"previous_names":["epicstep/clickhouse-go-rows-utils"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fclickhouse-go-rows-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fclickhouse-go-rows-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fclickhouse-go-rows-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fclickhouse-go-rows-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EpicStep","download_url":"https://codeload.github.com/EpicStep/clickhouse-go-rows-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250454461,"owners_count":21433339,"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","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-23T15:48:03.269Z","updated_at":"2025-04-23T14:38:57.584Z","avatar_url":"https://github.com/EpicStep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clickhouse-go-rows-utils [![Go Reference](https://pkg.go.dev/badge/github.com/EpicStep/clickhouse-go-rows-utils.svg)](https://pkg.go.dev/github.com/EpicStep/clickhouse-go-rows-utils) [![Lint](https://github.com/EpicStep/clickhouse-go-rows-utils/actions/workflows/lint.yml/badge.svg)](https://github.com/EpicStep/clickhouse-go-rows-utils/actions/workflows/lint.yml) [![Test](https://github.com/EpicStep/clickhouse-go-rows-utils/actions/workflows/test.yml/badge.svg)](https://github.com/EpicStep/clickhouse-go-rows-utils/actions/workflows/test.yml)\n\nLibrary that simplify working with rows in [clickhouse-go](https://github.com/ClickHouse/clickhouse-go).\n\n## Install\n\n```shell\ngo get github.com/EpicStep/clickhouse-go-rows-utils\n```\n\n## Documentation\n\nDocumentation for all functions available at [pkg.go.dev](https://pkg.go.dev/github.com/EpicStep/clickhouse-go-rows-utils)\n\n## Usage example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\n\trowsutils \"github.com/EpicStep/clickhouse-go-rows-utils\"\n)\n\nfunc main() {\n\t// connect to database.\n\trows, err := db.Query(context.Background(), \"SELECT 1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t\n\terr = rowsutils.ForEachRow(rows, func(row rowsutils.CollectableRow) error {\n\t\t// scan your rows or do other work.\n\t\treturn nil\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fclickhouse-go-rows-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicstep%2Fclickhouse-go-rows-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fclickhouse-go-rows-utils/lists"}