Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cmoog/vscode-sql-notebook
/ MySQLConfig
Interface
MySQLConfig
src/driver.ts:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
interface
MySQLConfig extends BaseConfig {
137
driver:
'mysql'
;
138
multipleStatements: boolean;
139
}
140
141
async
function
createMySQLPool({
142
host,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected