MCPcopy Create free account
hub / github.com/dolthub/doltgresql / ToSqlServerConfig

Method ToSqlServerConfig

servercfg/config.go:76–78  ·  view source on GitHub ↗

ToSqlServerConfig returns this configuration struct as an implementation of the Dolt interface.

()

Source from the content-addressed store, hash-verified

74
75// ToSqlServerConfig returns this configuration struct as an implementation of the Dolt interface.
76func (cfg *DoltgresConfig) ToSqlServerConfig() doltservercfg.ServerConfig {
77 return cfg
78}
79
80// DefaultServerConfig creates a *DoltgresConfig that has all of the options set to their default values. Used when no
81// config.yaml file is provided.

Callers 1

runServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected