ORM Overview
Architecture of the Drizzle and Mongoose Orm in create-light-stack.
Introduction
create-light-stack generates a robust, type-safe Orm located at packages/database. You can choose between:
- Drizzle – Headless TypeScript ORM with a head.
- Mongoose – Elegant MongoDB object modeling for Node.js.