We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09df2a commit a7a91cbCopy full SHA for a7a91cb
example_test.go
@@ -2,14 +2,13 @@ package mssql_test
2
3
import (
4
"context"
5
- "testing"
6
7
_ "github.com/denisenkom/go-mssqldb"
8
"github.com/go-rel/mssql"
9
"github.com/go-rel/rel"
10
)
11
12
-func TestExample(t *testing.T) {
+func Example() {
13
// open mssql connection.
14
adapter, err := mssql.Open("sqlserver://sa:REL2021-mssql@localhost:1433?database=rel")
15
if err != nil {
0 commit comments