PostgreSQL New Project Setup
✓ RelevantStep-by-step PostgreSQL project initialization: install pg/@types/pg, set DATABASE_URL, connect Drizzle with node-postgres, define tables, configure drizzle.config.ts, apply migrations, seed/query with TypeScript, run index.ts.