{"id":15286469,"url":"https://github.com/billgraziano/mssqlodbc","last_synced_at":"2026-01-05T05:38:23.973Z","repository":{"id":57492200,"uuid":"88378591","full_name":"billgraziano/mssqlodbc","owner":"billgraziano","description":"GO helper library for MSSQL ODBC connections","archived":false,"fork":false,"pushed_at":"2023-06-25T13:47:21.000Z","size":20,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T04:43:14.206Z","etag":null,"topics":["go","golang","mssql","odbc","sqlserver"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/billgraziano.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-04-15T22:53:56.000Z","updated_at":"2022-12-13T16:50:13.000Z","dependencies_parsed_at":"2024-06-19T05:21:32.733Z","dependency_job_id":"8e3726a0-a481-4e5f-bf18-007684854d1b","html_url":"https://github.com/billgraziano/mssqlodbc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billgraziano%2Fmssqlodbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billgraziano%2Fmssqlodbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billgraziano%2Fmssqlodbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billgraziano%2Fmssqlodbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billgraziano","download_url":"https://codeload.github.com/billgraziano/mssqlodbc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245170069,"owners_count":20572002,"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":["go","golang","mssql","odbc","sqlserver"],"created_at":"2024-09-30T15:14:27.551Z","updated_at":"2026-01-05T05:38:23.925Z","avatar_url":"https://github.com/billgraziano.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mssqlodbc\nA simple helper library for GO MSSQL ODBC connections.  This has been tested with \nhttps://github.com/alexbrainman/odbc\n\n\n```go\ncxn := Connection{\n    Server:              \"localhost\\\\SQL2014\",\n    Database:            \"tempdb\",\n    AppName:             \"gosql\",\n    Trusted:             true,\n    MultiSubnetFailover: true,\n}\n\ns, err := cxn.ConnectionString()\nif err != nil {\n    return err\n}\n\ndb, err := sql.Open(\"odbc\", s)\nif err != nil {\n    return err\n}\ndefer db.Close()\n```\n\nIncludes the following features:\n* List the valid drivers installed\n* Select the \"best\" driver based on my subjective ranking of them\n* Parse a SQL Server ODBC connection string into a Connection\n\nIncludes support for: \n* The generic SQL Server ODBC driver\n* The SQL Server ODBC Driver v11, v13, v17, v18\n* The SQL Server Native Client ODBC driver v10 and v11\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillgraziano%2Fmssqlodbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillgraziano%2Fmssqlodbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillgraziano%2Fmssqlodbc/lists"}