feat: add @nuxt-drizzle/module#1390
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new YAML manifest file for the Drizzle ORM Nuxt module has been added to the modules directory. The file declares metadata for a third-party Nuxt module named "drizzle," including its description, repository, npm package reference, icon, GitHub URL, website, category, type, a single maintainer entry, and Nuxt version compatibility requirements (>=3.0.0). Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔗 Linked issue
Resolves #1391
❓ Type of change
📚 Description
Nuxt Drizzle is a Nuxt module for automating Drizzle ORM setup with support for multiple datasources and conditional database driver imports.
Key Features:
The module simplifies Drizzle ORM integration in Nuxt/Nitro applications by:
nuxt.config.tsuseDrizzle(event, name)composable for accessing datasourcesTarget Users:
Nuxt developers who want to use Drizzle ORM
Projects requiring multiple database connections
Applications needing type-safe database operations with schema awareness