This skill provides a comprehensive blueprint for implementing Drizzle ORM in Node.js environments, offering a high-performance, lightweight alternative to Prisma. It automates the setup of TypeScript-first database schemas, relational mapping, and migration workflows while maintaining full SQL control. By utilizing this skill, developers can quickly bootstrap robust database layers with automatic type inference, complex join patterns, and transaction management, ensuring a seamless and type-safe bridge between application code and PostgreSQL databases.
主要功能
01Advanced relational mapping and complex join patterns
02Automated migration configuration using Drizzle Kit
03Automatic TypeScript model inference for Select and Insert operations
040 GitHub stars
05Type-safe schema definitions with PostgreSQL core support
06Fastify plugin integration for database dependency injection