mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
import types from "@dbgate/types";
|
|
|
|
declare function getDriver(
|
|
connection: string | { engine: string }
|
|
): types.EngineDriver;
|
|
|
|
export = getDriver;
|