{"id":71577,"library":"uber-athenadriver","title":"Athena Driver","description":"A database/sql driver for Amazon Athena, enabling SQL queries on data stored in S3.","status":"active","version":"1.1.15","language":"go","source_language":null,"source_url":"https://github.com/uber/athenadriver","tags":["athena","aws","database","sql","driver"],"install":[{"cmd":"go get github.com/uber/athenadriver","lang":"bash","label":"Install github.com/uber/athenadriver"}],"dependencies":[],"imports":[{"symbol":"athenadriver","correct":"github.com/uber/athenadriver"}],"quickstart":{"code":"package main\n\nimport (\n\t\"database/sql\"\n\t\"fmt\"\n\t_ \"github.com/uber/athenadriver\"\n)\n\nfunc main() {\n\tdb, err := sql.Open(\"athena\", \"db=sampledb;region=us-east-1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer db.Close()\n\trows, err := db.Query(\"SELECT 1\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfor rows.Next() {\n\t\tvar result int\n\t\trows.Scan(&result)\n\t\tfmt.Println(result)\n\t}\n}","lang":"go","description":"Open a connection to Amazon Athena and run a simple query."},"warnings":[],"env_vars":null,"search_vec":"'amazon':7 'athena':1,8,17 'aw':18 'data':13 'databas':19 'database/sql':4 'driver':2,5,21 'enabl':9 'queri':11 's3':16 'sql':10,20 'store':14","created_at":"2026-06-17T18:28:53.279506+00:00","updated_at":"2026-06-17T18:28:53.279506+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/uber/athenadriver","github":"https://github.com/uber/athenadriver","docs":"https://pkg.go.dev/github.com/uber/athenadriver#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}