mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import types from "@dbgate/types";
|
|
|
|
export function getDriver(
|
|
connection: string | { engine: string }
|
|
): types.EngineDriver;
|