This project is created following the Youtube tutorial "Learn Drizzle In 60 Minutes" by Web Dev Simplified.
Create .env with the following env var.
TURSO_DATABASE_URL=
TURSO_AUTH_TOKEN=
I was using Turso. Get your url and auth token from Turso using this tutorial
npm run db:gen
npm run db:migrate
npm run dev