Categorygithub.com/wubin1989/sqlserver
repositorypackage
0.0.1
Repository: https://github.com/wubin1989/sqlserver.git
Documentation: pkg.go.dev

# README

GORM SQL Server Driver

USAGE

import (
  "github.com/wubin1989/sqlserver"
  "github.com/wubin1989/gorm"
)

// github.com/microsoft/go-mssqldb
dsn := "sqlserver://gorm:LoremIpsum86@localhost:9930?database=gorm"
db, err := gorm.Open(sqlserver.Open(dsn), &gorm.Config{})

Checkout https://github.com/wubin1989 for details.