Drizzle ORM
Type-safe SQL builder and ORM for TypeScript. Zero runtime overhead, honest schema migrations, bring-your-own-DB.
Drizzle is the ORM choice for TypeScript teams who got burned by Prisma's generated client, memory footprint, or migration friction. The SQL builder gives you typed queries that read like SQL, the schema is defined in plain TypeScript, and migrations are generated via drizzle-kit without the Prisma-style hidden engine binary. It has first-class support for Postgres, MySQL, SQLite, and edge runtimes including Cloudflare Workers and Vercel Edge. Pair it with Neon or Supabase Postgres and you get a serverless, type-safe database layer with none of the runtime surprises. For anyone starting a new TypeScript backend in 2026, Drizzle is the default choice.
Similar Tools
Prisma
TypeScript ORM with a schema-first workflow. Prisma Client gives full type safety; Prisma Migrate handles migrations. Works with Postgres, MySQL, SQLite, MongoDB.
Vercel
Deployment platform behind Next.js. Git push to deploy. Edge functions, image optimization, analytics. Free tier is generous.
Neon
Serverless Postgres with branching. Free tier, instant database branches per PR, autoscaling compute, and scale-to-zero. Acquired by Databricks in 2025.
Deno
Secure-by-default JavaScript and TypeScript runtime from Node's original creator. Built-in TypeScript, fmt, lint, test, and Deno Deploy for edge hosting.
Get started with Drizzle ORM
Type-safe SQL builder and ORM for TypeScript. Zero runtime overhead, honest schema migrations, bring-your-own-DB.
Try Drizzle ORMGet weekly tool reviews
Honest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeMore Infrastructure Tools
Vercel
Deployment platform behind Next.js. Git push to deploy. Edge functions, image optimization, analytics. Free tier is generous.
Coolify
Self-hosted PaaS for deploying apps, databases, and services. Git-based deploys, Docker support, preview environments, and a clean UI.
Convex
Reactive backend - database, server functions, real-time sync, cron jobs, file storage. All TypeScript. This site's backend (courses, videos, user data) runs on Convex.
Related Guides
Vim Editor Mode - Claude Code
Full vim keybindings (normal and insert modes) for prompt editing.
Claude CodeBuilding Your First MCP Server
Step-by-step guide to building an MCP server in TypeScript - from project setup to tool definitions, resource handling, testing, and deployment.
AI AgentsWebSearch Tool - Claude Code
Perform web searches and return ranked results with snippets.
Claude CodeRelated Posts

Mastra for Durable TypeScript Agents: Where It Fits and Where It Does Not
Mastra is the strongest fit when a TypeScript product needs agents, workflows, memory, tools, MCP, evals, and traces in...

Mastra vs CopilotKit vs LangGraph: Build the Same Agent App Three Ways
A practical field note on where Mastra, CopilotKit, and LangGraph fit when you are building the same agent-native produc...

When CopilotKit Is the UI Layer, Not the Agent Framework
CopilotKit is strongest when you treat it as the product-facing agent UI layer: chat surfaces, frontend tools, shared st...

Agent-Native Backends Are the Next AI Coding Bottleneck
InsForge is trending because coding agents can scaffold UI faster than they can safely operate databases, auth, storage,...

Flue: The Agent Harness Framework and Why It Feels Different
A long-form technical read on Flue from Fred K Schott, with deeper comparisons against OpenAI Agents, Vercel AI SDK, Goo...

Flue and the Agent Harness Layer
Flue is trending because it names the part of agent infrastructure that is becoming product-critical: the programmable h...
