This commit is contained in:
Jan Prochazka
2020-02-03 20:44:06 +01:00
parent 8a85cfe687
commit e903122c52
4 changed files with 14 additions and 8 deletions

5
packages/engines/index.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import types from "@dbgate/types";
export function getDriver(
connection: string | { engine: string }
): types.EngineDriver;