ToSqlServerConfig returns this configuration struct as an implementation of the Dolt interface.
()
| 74 | |
| 75 | // ToSqlServerConfig returns this configuration struct as an implementation of the Dolt interface. |
| 76 | func (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. |