Serverless And Proxy Notes
Pack:
drizzle-ormParent skill: Drizzle ORM Drivers and Runtimes Source:drizzle-orm/drizzle-orm-drivers-and-runtimes/references/serverless-and-proxy-notes.md
Read this when
Section titled “Read this when”- deploying Drizzle on edge or serverless runtimes
- wiring D1, Neon HTTP, Turso/libSQL, or mobile SQLite surfaces
- using proxy-oriented access patterns
Durable guidance
Section titled “Durable guidance”- Favor the provider-specific guide when the runtime is constrained or non-Node.
- Keep runtime code and migration code separate if they need different clients or capabilities.
- Use the serverless performance docs when adding cache, replica, or latency-sensitive patterns to a remote DB flow.
Helpful official surfaces
Section titled “Helpful official surfaces”Query performanceDrizzle Serverless performance- tutorials for Netlify Edge, Vercel Edge, and Supabase Edge
Drizzle HTTP proxy
Source map
Section titled “Source map”https://orm.drizzle.team/docs/perf-querieshttps://orm.drizzle.team/docs/perf-serverlesshttps://orm.drizzle.team/docs/connect-drizzle-proxyhttps://orm.drizzle.team/docs/tutorials/drizzle-with-netlify-edge-functions-neonhttps://orm.drizzle.team/docs/tutorials/drizzle-with-vercel-edge-functionshttps://orm.drizzle.team/docs/tutorials/drizzle-with-supabase-edge-functions