| 1 | import { createClient, type VercelClient } from '@vercel/postgres'; |
| 2 | import { sql } from 'drizzle-orm'; |
| 3 | import { pgTable, serial, timestamp } from 'drizzle-orm/pg-core'; |
| 4 | import { drizzle, type VercelPgDatabase } from 'drizzle-orm/vercel-postgres'; |
nothing calls this directly
no test coverage detected