{"id":76438,"library":"mattn-go-adodb","title":"go-adodb","description":"A Go database driver for ADODB, enabling connections to databases via ADO.","status":"active","version":"0.0.1","language":"go","source_language":null,"source_url":"https://github.com/mattn/go-adodb","tags":["database","adodb","driver","legacy"],"install":[{"cmd":"go get github.com/mattn/go-adodb","lang":"bash","label":"Install github.com/mattn/go-adodb"}],"dependencies":[],"imports":[{"symbol":"adodb","correct":"github.com/mattn/go-adodb"}],"quickstart":{"code":"package main\n\nimport (\n\t\"database/sql\"\n\t\"log\"\n\t_ \"github.com/mattn/go-adodb\"\n)\n\nfunc main() {\n\tdb, err := sql.Open(\"adodb\", \"Provider=...;Data Source=...\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdefer db.Close()\n}","lang":"go","description":"Opens a connection to an ADODB-compatible database using the driver."},"warnings":[{"fix":"Use a database-specific driver (e.g., go-mssqldb for SQL Server) if possible.","message":"This driver is for legacy ADODB connections; consider using native drivers for modern databases.","severity":"gotcha","affected_versions":">=0.0.1"}],"env_vars":null,"search_vec":"'ado':15 'adodb':3,9,17 'connect':11 'databas':6,13,16 'driver':7,18 'enabl':10 'go':2,5 'go-adodb':1 'legaci':19 'via':14","created_at":"2026-06-17T19:31:00.760823+00:00","updated_at":"2026-06-17T19:31:00.760823+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/mattn/go-adodb","github":"https://github.com/mattn/go-adodb","docs":"https://pkg.go.dev/github.com/mattn/go-adodb#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}}