A demo repo to run Sveltekit and Cloudflare D1 and drizzle ORM locally
pnpm install
pnpm db:migrate
pnpm db:push:local
pnpm db:generate:seeds
pnpm db:push:seeds
pnpm dev
To run Drizzle Studio go to drizzle.config.ts and change the dbCredentials to your db in .wrangler folder then run pnpm db:studio
Open http://localhost:5173 with your browser to see the result.