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 5, 2020
1 parent 6631d3b commit aa019fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {
} from "https://deno.land/[email protected]/testing/asserts.ts";
export {
Client,
ClientConfig,
Connection,
} from "https://deno.land/x/[email protected]/mod.ts";
export {
Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {
Client,
ClientConfig,
Join,
Order,
Query,
Expand Down

0 comments on commit aa019fa

Please sign in to comment.