v.1.0.3 #6
gaureshpai
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
Added ORM selection during project setup allowing users to choose between Prisma, Drizzle, or no ORM.
Prisma integration includes installing prisma and @prisma/client, running prisma init, and creating lib/prisma.ts for global Prisma client setup.
Drizzle integration includes installing drizzle-orm, @vercel/postgres, and drizzle-kit, along with generating drizzle.config.ts and a default example schema.
Automatic creation of .env file with a placeholder DATABASE_URL when an ORM is selected.
Improvements
Fine-tuned various other setup flow issues to enhance user experience.
Bug Fixes
Addressed minor bugs reported in previous versions for smoother operation.
This discussion was created from the release v.1.0.3.
Beta Was this translation helpful? Give feedback.
All reactions