Skip to content

Commit

Permalink
chore: upgrade postgres driver to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eveningkid authored Apr 28, 2021
1 parent 0278c27 commit 9a19bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export {
} from "https://deno.land/x/[email protected]/mod.ts";
export type { LoggerConfig } from "https://deno.land/x/[email protected]/mod.ts";

export { Client as PostgresClient } from "https://deno.land/x/[email protected].1/mod.ts";
export { Client as PostgresClient } from "https://deno.land/x/[email protected].2/mod.ts";

export { DB as SQLiteClient } from "https://deno.land/x/[email protected]/mod.ts";

Expand Down

0 comments on commit 9a19bdb

Please sign in to comment.