Skip to content

Commit

Permalink
feat:databaseDriverAdaptations - MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
tksilicon committed Nov 4, 2020
1 parent 0ab7d68 commit 284caea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export {
Client,
Connection,
} from "https://deno.land/x/[email protected]/mod.ts";
export type ClientConfig =
import("https://deno.land/x/[email protected]/mod.ts").ClientConfig;
// deno-fmt-ignore
export type ClientConfig = import("https://deno.land/x/[email protected]/mod.ts").ClientConfig;
export {
Join,
Order,
Expand Down

0 comments on commit 284caea

Please sign in to comment.