MCPcopy Create free account
hub / github.com/cmoog/vscode-sql-notebook / Pool

Interface Pool

src/driver.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12export type DriverKey = typeof supportedDrivers[number];
13
14export interface Pool {
15 getConnection: () => Promise<Conn>;
16 end: () => void;
17}
18
19// ExecutionResult can represent the output of multiple queries,
20// any of which can be `exec`, schema changes, `select`, etc.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected