Tuesday, February 25th 2025 · 2 min read
Drizzle Starter Kit
Drizzle ORM has been added as an additional starter kit! We've fully ported the monorepo version to Drizzle, providing a lightweight, type-safe and high-performance option that is loved by many.
Drizzle ORM is designed for modern applications, offering a fully type-safe approach to database management without compromising on performance. Here’s why we chose to support it in Achromatic:
- Performance & Efficiency – Drizzle is optimized for speed and minimal runtime overhead.
- Fully Type-Safe – Built with TypeScript in mind, it ensures fewer runtime errors.
- Flexible Query Building – Supports SQL-like query structures while still providing high-level abstractions.
- Better Migrations – Offers a cleaner, more intuitive migration system.
- Compatibility – Works seamlessly with PostgreSQL, MySQL, SQLite, and other relational databases.
With this new version, users can now choose between Prisma and Drizzle ORM, depending on their project’s needs. If you want something lightweight and performant while maintaining strict type safety, Drizzle is a fantastic choice.
All kits are included in the same price/package, you don't have to buy multiple kits. This also includes also all future kits. Check out our pricing to see all available options.
- Clone/Download: https://github.com/achromaticlabs/pro/tree/monorepo/next-drizzle-authjs
- Documentation: Drizzle Starter Kit Docs
If you prefer Prisma ORM instead, check out our Prisma Starter Kit documentation.
Related Articles
- Prisma vs Drizzle ORM - In-depth comparison to help you choose the right ORM
- Building a SaaS Dashboard with React Server Components - Data fetching patterns with Drizzle
Happy coding!
Related Articles
Prisma vs Drizzle: Which ORM Should You Choose for Your SaaS?
A comprehensive comparison of Prisma and Drizzle ORM for TypeScript applications. Learn the key differences in schema definition, queries, migrations, performance, and when to use each.
Drizzle Studio: The Complete Guide to Visual Database Management
Learn how to use Drizzle Studio to visually browse, edit, and manage your database. Complete tutorial covering setup, configuration, queries, data editing, and advanced features for PostgreSQL, MySQL, and SQLite.
CVE-2026-23864 - React Server Components DoS Vulnerabilities
Multiple denial of service vulnerabilities discovered in React Server Components. All Achromatic starter kits updated to patched versions.