{"id":15767481,"url":"https://github.com/lmangani/vch","last_synced_at":"2025-09-11T02:38:45.654Z","repository":{"id":145716723,"uuid":"475616994","full_name":"lmangani/vch","owner":"lmangani","description":"Basic HTTP ClickHouse Driver for V","archived":false,"fork":false,"pushed_at":"2022-03-30T19:47:32.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-05T13:22:19.485Z","etag":null,"topics":["api","ch","clickhouse","cloki","driver","http","v","vlang"],"latest_commit_sha":null,"homepage":"","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmangani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":["lmangani"]}},"created_at":"2022-03-29T20:55:57.000Z","updated_at":"2022-03-30T15:07:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4d2314e-1d03-4e6c-a45c-465e9daeaab8","html_url":"https://github.com/lmangani/vch","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/lmangani/vch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fvch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fvch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fvch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fvch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/vch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fvch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266734083,"owners_count":23976346,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","ch","clickhouse","cloki","driver","http","v","vlang"],"created_at":"2024-10-04T13:22:22.754Z","updated_at":"2025-07-23T18:40:03.402Z","avatar_url":"https://github.com/lmangani.png","language":"V","readme":"\u003cimg src='https://user-images.githubusercontent.com/1423657/147935343-598c7dfd-1412-4bad-9ac6-636994810443.png' style=\"margin-left:-10px\" width=180\u003e\n\n[![vlang-build](https://github.com/lmangani/vch/actions/workflows/v.yml/badge.svg)](https://github.com/lmangani/vch/actions/workflows/v.yml)\n\n# vch\n\nHTTP ClickHouse driver for V\n\n#### Status\n- Functional _(exec, ping)_\n- Read Only mode _(GET)_\n- Experimental, Basic \u0026 Untested. Do _not_ use this in production\n\n## Library Usage\n```v\nmodule main\n\nimport vch\n\nfn main(){\n    client := vch.new_client('http://clickhouse:8123', 'default:password')\n    rows := client.exec('SELECT 1')\n    println(rows)\n}\n\n```\n\n## CLI Usage\n```bash\nCH_API=\"http://clickhouse:8123\" CH_AUTH=\"default:password\" vch -q \"SHOW DATABASES\" -f JSONEachRow\n```\n\n\n### Todo\n- [x] HTTP/S connectivity\n- [x] Basic Authentication\n- [x] GET/READ support\n- [ ] POST/INSERT support\n- [ ] Format Parsers\n- [ ] Commands\n- [ ] Everything else\n","funding_links":["https://github.com/sponsors/lmangani"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Fvch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Fvch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Fvch/lists"}