From 0ab7d68a3e467a5e5115c796fb786f8a457a72cd Mon Sep 17 00:00:00 2001 From: tksilicon Date: Wed, 4 Nov 2020 20:22:17 +0100 Subject: [PATCH] feat:databaseDriverAdaptations - MySQL --- deps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/deps.ts b/deps.ts index 12b4b2c..df99827 100644 --- a/deps.ts +++ b/deps.ts @@ -7,7 +7,6 @@ export { Client, Connection, } from "https://deno.land/x/mysql@2.1.0/mod.ts"; - export type ClientConfig = import("https://deno.land/x/mysql@2.1.0/mod.ts").ClientConfig; export {