t3-app-router-edge-drizzle icon indicating copy to clipboard operation
t3-app-router-edge-drizzle copied to clipboard

A simple example app which runs the excellent T3 Stack on the Edge runtime, with Next.js's beta App Router. Database queries with drizzle-orm.

Results 2 t3-app-router-edge-drizzle issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: - Node 19.5, Windows 11 pnpm version: 8.5.1 - SSL connection fix: appended ssl={"rejectUnauthorized":true}' to DB_URL - Execute db:push: tables created successfully - Execute pnpm dev -...

Want to show another way to do data fetching in Next.js 13: streaming a server component to the client after the initial page has been sent.

enhancement