{"id":13412230,"url":"https://github.com/apache/calcite-avatica-go","last_synced_at":"2025-05-15T17:01:35.191Z","repository":{"id":23786147,"uuid":"99661071","full_name":"apache/calcite-avatica-go","owner":"apache","description":"Apache Calcite Go","archived":false,"fork":false,"pushed_at":"2025-03-13T02:01:50.000Z","size":780,"stargazers_count":122,"open_issues_count":0,"forks_count":36,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-03-31T21:45:54.904Z","etag":null,"topics":["big-data","calcite","geospatial","hadoop","java","sql"],"latest_commit_sha":null,"homepage":"https://calcite.apache.org/avatica","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.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":"2017-08-08T07:00:08.000Z","updated_at":"2025-03-13T02:01:50.000Z","dependencies_parsed_at":"2023-11-14T06:32:01.803Z","dependency_job_id":"b09a7e53-7727-4273-a889-7ffa100bd856","html_url":"https://github.com/apache/calcite-avatica-go","commit_stats":{"total_commits":261,"total_committers":14,"mean_commits":"18.642857142857142","dds":0.4137931034482759,"last_synced_commit":"75aac335e47cfc4018eb34b7a0e4a71ae2de0c17"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcalcite-avatica-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcalcite-avatica-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcalcite-avatica-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcalcite-avatica-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/calcite-avatica-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247715050,"owners_count":20983982,"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":["big-data","calcite","geospatial","hadoop","java","sql"],"created_at":"2024-07-30T20:01:22.392Z","updated_at":"2025-04-07T22:06:53.605Z","avatar_url":"https://github.com/apache.png","language":"Go","readme":"\u003c!--\n{% comment %}\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to you under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n--\u003e\n\n# Apache Avatica/Phoenix SQL Driver\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/apache/calcite-avatica-go/v5.svg)](https://pkg.go.dev/github.com/apache/calcite-avatica-go/v5)\n[![Build Status](https://github.com/apache/calcite-avatica-go/workflows/Tests/badge.svg)](https://github.com/apache/calcite-avatica-go)\n\nApache Calcite's Avatica Go is a Go [database/sql](https://golang.org/pkg/database/sql/) driver for the Avatica server.\n\nAvatica is a sub-project of [Apache Calcite](https://calcite.apache.org).\n\n## Quick Start\nInstall using Go modules:\n\n```\n$ go get github.com/apache/calcite-avatica-go\n```\n\nThe Phoenix/Avatica driver implements Go's `database/sql/driver` interface, so, import the\n`database/sql` package and the driver:\n\n```\nimport \"database/sql\"\nimport _ \"github.com/apache/calcite-avatica-go/v5\"\n\ndb, err := sql.Open(\"avatica\", \"http://localhost:8765\")\n```\n\nThen simply use the database connection to query some data, for example:\n\n```\nrows := db.Query(\"SELECT COUNT(*) FROM test\")\n```\n\nFor more details, see the [home page](https://calcite.apache.org/avatica/docs/go_client_reference.html).\n\nRelease notes for all published versions are available on the [history\npage](https://calcite.apache.org/avatica/docs/go_history.html).\n\n## Testing\nFor instructions on how to run tests for the project, please see our [testing guide](https://calcite.apache.org/avatica/develop/avatica-go.html#testing).\n\n## Issues\nWe do not use Github to file issues. Please create an issue on [Calcite's JIRA](https://issues.apache.org/jira/projects/CALCITE/issues)\nand select `avatica-go` as the component. For further information, please see the [JIRA accounts guide](https://calcite.apache.org/develop/#jira-accounts).","funding_links":[],"categories":["数据库驱动","Database Drivers","数据库驱动程序","数据库驱动`连接和操作数据库工具`","Data Integration Frameworks","Generators","Relational Databases"],"sub_categories":["Advanced Console UIs","Relational Database Drivers","关系数据库驱动程序","SQL 查询语句构建库"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcalcite-avatica-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcalcite-avatica-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcalcite-avatica-go/lists"}