Skip to content

Instantly share code, notes, and snippets.

View eahrold's full-sized avatar

Eldon Ahrold eahrold

View GitHub Profile
@eahrold
eahrold / getDatabaseDriver.ts
Last active May 30, 2024 14:12
Drizzle + Node-Postgres + GCP with IAM Auth
import { z } from "zod";
import { drizzle, type NodePgDatabase } from "drizzle-orm/node-postgres";
import { migrate } from "drizzle-orm/node-postgres/migrator";
import { Client, Pool } from "pg";
import {
Connector,
AuthTypes,
IpAddressTypes,
} from "@google-cloud/cloud-sql-connector";