Install and setup Drizzle + Neon in you project with just one command.
Use the layout that matches your project structure:
<project-root>
├── src/
| └── app/
│ └── db/
│ ├── schema.ts
│ └── index.ts
├── .env
├── drizzle.config.ts
├── package.json
└── tsconfig.json$ pnpm dlx shadcn@latest add https://n-s-r.dev/r/drizzle.json
DATABASE_URL= $ pnpm dlx drizzle-kit push
src, then move drizzle.config.ts from src/drizzle.config.ts to the project root.