{"id":18761030,"url":"https://github.com/go-gorm/sqlserver","last_synced_at":"2025-04-06T02:07:18.773Z","repository":{"id":37986191,"uuid":"268674053","full_name":"go-gorm/sqlserver","owner":"go-gorm","description":"GORM sqlserver driver","archived":false,"fork":false,"pushed_at":"2025-03-10T02:31:08.000Z","size":134,"stargazers_count":58,"open_issues_count":13,"forks_count":42,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T01:05:33.071Z","etag":null,"topics":["gorm","mssql","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/go-gorm.png","metadata":{"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"},"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":"2020-06-02T01:40:46.000Z","updated_at":"2025-03-12T05:07:00.000Z","dependencies_parsed_at":"2024-04-19T03:31:10.740Z","dependency_job_id":"42d75200-a01c-4ead-bed0-fcfe4edf3bd9","html_url":"https://github.com/go-gorm/sqlserver","commit_stats":{"total_commits":76,"total_committers":12,"mean_commits":6.333333333333333,"dds":0.6052631578947368,"last_synced_commit":"c7a22a0952e39ed86fdc0ae0118d8af52b8ec4ce"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/sqlserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423512,"owners_count":20936626,"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":["gorm","mssql","sqlserver"],"created_at":"2024-11-07T18:14:47.145Z","updated_at":"2025-04-06T02:07:18.749Z","avatar_url":"https://github.com/go-gorm.png","language":"Go","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"categories":[],"sub_categories":[],"readme":"# GORM SQL Server Driver\n\n## USAGE\n\n```go\nimport (\n  \"gorm.io/driver/sqlserver\"\n  \"gorm.io/gorm\"\n)\n\n// github.com/microsoft/go-mssqldb\ndsn := \"sqlserver://gorm:LoremIpsum86@localhost:9930?database=gorm\"\ndb, err := gorm.Open(sqlserver.Open(dsn), \u0026gorm.Config{})\n```\n\n## Azure AD Auth\n\n```go\nimport (\n  \"github.com/microsoft/go-mssqldb/azuread\"\n  \"gorm.io/driver/sqlserver\"\n  \"gorm.io/gorm\"\n)\n\n// github.com/microsoft/go-mssqldb\ndsn := \"sqlserver://gorm:LoremIpsum86@localhost:9930?database=gorm\"\ndialector := \u0026sqlserver.Dialector{Config: \u0026sqlserver.Config{DSN: dsn, DriverName: azuread.DriverName}}\ndb, err := gorm.Open(dialector, \u0026gorm.Config{})\n```\n\nCheckout [https://gorm.io](https://gorm.io) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fsqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-gorm%2Fsqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fsqlserver/lists"}