Skip to content

Instantly share code, notes, and snippets.

@tksilicon
Created July 30, 2020 17:58
Show Gist options
  • Save tksilicon/f23cece5fb842c43870413b3fdd5bc98 to your computer and use it in GitHub Desktop.
Save tksilicon/f23cece5fb842c43870413b3fdd5bc98 to your computer and use it in GitHub Desktop.
export {
Pool,
PostgresError
} from "https://deno.land/x/postgres/mod.ts";
export {
Connection
} from "https://deno.land/x/postgres/connection.ts";
export {
Query as QueryPostgres,
QueryConfig,
QueryResult
} from "https://deno.land/x/postgres/query.ts";
export {
ConnectionOptions,
createParams
} from "https://deno.land/x/postgres/connection_params.ts";
export {
log
} from "https://deno.land/x/mysql/src/logger.ts";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment