Turbine ORM

JSON →
library 0.16.0 ·javascript
verified Jun 4, 2026

Postgres-native TypeScript ORM with minimal dependencies (~110 KB, one runtime dep 'pg'). Current stable version 0.16.0, active development with regular releases. Key differentiators: read-only Studio (cannot mutate DB), PII-safe error messages (no user data in errors), SQL-first migrations with SHA-256 checksums and pg_try_advisory_lock(), edge-native with single import swap (works on Neon, Vercel Postgres, Cloudflare, Supabase), pipeline batching via wire protocol (Parse/Bind/Execute pipeline). Alternative to Prisma and Drizzle with focus on security, small footprint, and serverless compatibility.