{"id":28194308,"url":"https://github.com/humansinput/clickhouse-tcl","last_synced_at":"2026-01-25T10:31:58.661Z","repository":{"id":128773356,"uuid":"211379277","full_name":"humansinput/clickhouse-tcl","owner":"humansinput","description":"Yandex Clickhouse client bindings to Tcl but they are modified so that they could be parsed with TclConv easily","archived":false,"fork":false,"pushed_at":"2019-09-27T18:38:06.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T13:11:51.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Tcl","has_issues":false,"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/humansinput.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":"2019-09-27T18:27:36.000Z","updated_at":"2020-04-03T20:25:40.000Z","dependencies_parsed_at":"2023-04-29T17:32:15.951Z","dependency_job_id":null,"html_url":"https://github.com/humansinput/clickhouse-tcl","commit_stats":null,"previous_names":["humansinput/clickhouse-tcl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humansinput/clickhouse-tcl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fclickhouse-tcl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fclickhouse-tcl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fclickhouse-tcl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fclickhouse-tcl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/clickhouse-tcl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fclickhouse-tcl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-05-16T13:11:52.172Z","updated_at":"2026-01-25T10:31:58.633Z","avatar_url":"https://github.com/humansinput.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clickhouse-tcl\nYandex Clickhouse client bindings to Tcl (require Tcl 8.5 or newer).\n\nObviously, they are not ready yet, as right now you can only do SELECT as well as connect to the server.\n\n## Example\n```\nsource clickhouse.tcl\n\nset username default\nset password somekindofpassword\n\nset mycon [clickhouse::connect $username $password]\nset query [clickhouse::select $mycon * system.columns]\n\nforeach row $query {\n\tputs \"DB: [lindex $row 0]\"\n\tputs \"Table: [lindex $row 1]\"\n\tputs \"Column: [lindex $row 2]\"\n\tputs \"Type: [lindex $row 3]\"\n}\n\n```\n\n## License\nLicensed under MIT License.\n\n## API docs\nComing soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fclickhouse-tcl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Fclickhouse-tcl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fclickhouse-tcl/lists"}