{"id":51973,"library":"godror-godror","title":"godror","description":"Package godror is a database/sql/driver for Oracle DB.","status":"active","version":"0.50.0","language":"go","source_language":null,"source_url":"https://github.com/godror/godror","tags":["oracle","database","sql","driver"],"install":[{"cmd":"go get github.com/godror/godror","lang":"bash","label":"Install github.com/godror/godror"}],"dependencies":[],"imports":[{"symbol":"godror","correct":"github.com/godror/godror"}],"quickstart":{"code":"package main\n\nimport (\n\t\"database/sql\"\n\t\"fmt\"\n\t_ \"github.com/godror/godror\"\n)\n\nfunc main() {\n\tdb, err := sql.Open(\"godror\", `user=\"user\" password=\"pass\" connectString=\"host:port/service\"`)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer db.Close()\n\tfmt.Println(\"connected\")\n}","lang":"go","description":"Open a connection to Oracle DB using the godror driver."},"warnings":[{"fix":"Install Oracle Instant Client and set LD_LIBRARY_PATH or PATH accordingly.","message":"Oracle client libraries must be installed separately","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'databas':11 'database/sql/driver':6 'db':9 'driver':13 'godror':1,3 'oracl':8,10 'packag':2 'sql':12","created_at":"2026-06-15T06:36:50.628432+00:00","updated_at":"2026-06-15T06:36:50.628432+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/godror/godror","github":"https://github.com/godror/godror","docs":"https://pkg.go.dev/github.com/godror/godror#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-15","next_check":"2026-12-12","install_tag":null}}