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 284caea commit da918d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export {
Client,
Connection,
} from "https://deno.land/x/[email protected]/mod.ts";
// deno-fmt-ignore
export type ClientConfig = import("https://deno.land/x/[email protected]/mod.ts").ClientConfig;
export {
Join,
Order,
Expand Down
2 changes: 0 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export {
Where,
} from "./deps.ts";

export type ClientConfig = import("./deps.ts").ClientConfig;

export { dso } from "./src/dso.ts";
export * from "./src/field.ts";
export * from "./src/index.ts";
Expand Down
2 changes: 0 additions & 2 deletions test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { dso } from "./mod.ts";
import "./test/model.ts";
import { ClientConfig } from "./deps.ts";
import { MysqlClient } from "./src/MysqlClient.ts";

const config = {
hostname: "127.0.0.1",
Expand Down

0 comments on commit da918d5

Please sign in to comment.