Drizzle ORM Patterns - Complete PostgreSQL Reference Use when: Working with database operations, schema design, migrations, or queries in Quetrex. Overview This skill provides comprehensive Drizzle ORM patterns for PostgreSQL with Vercel Edge Runtime support. Drizzle is Quetrex's chosen ORM because it's edge-first, type-safe, and supports all deployment targets. Why Drizzle? - Edge Runtime Compatible : Works with Vercel Edge Functions, Cloudflare Workers - Type-Safe : Full TypeScript inference without code generation - Zero Dependencies : No heavy Node.js runtime requirements - SQL-Like API :…