diff --git a/deps.ts b/deps.ts index ce35e37..fcc1773 100644 --- a/deps.ts +++ b/deps.ts @@ -5,6 +5,7 @@ export { } from "https://deno.land/std@v0.51.0/testing/asserts.ts"; export { Client, + ClientConfig, Connection, } from "https://deno.land/x/mysql@2.1.0/mod.ts"; export { diff --git a/mod.ts b/mod.ts index ec22f8f..2e336cd 100644 --- a/mod.ts +++ b/mod.ts @@ -1,5 +1,6 @@ export { Client, + ClientConfig, Join, Order, Query,