Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ WithLogWriter
Function
WithLogWriter
integration-tests/go-sql-server-driver/driver/cmd.go:327–331 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
325
}
326
327
func
WithLogWriter(w io.Writer) SqlServerOpt {
328
return
func
(s *SqlServer) {
329
s.LogWriter = w
330
}
331
}
332
333
func
WithDebugPort(port int) SqlServerOpt {
334
return
func
(s *SqlServer) {
Callers
1
MakeServer
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected