Home Open Source Article

Bun 1.3 Adds Built-in SQL, Redis Clients, Zero-Config Frontend

TL;DR

Bun 1.3 introduces unified database APIs (MySQL, PostgreSQL, SQLite), native Redis client 7.9x faster than ioredis, and zero-config frontend development with hot reload.

Key Points

  • Bun.SQL provides unified API across MySQL, MariaDB, PostgreSQL, SQLite with zero external dependencies
  • Built-in Redis client delivers 7.9x performance improvement over ioredis package
  • JavaScript memory usage reduced 10-30% in Next.js and Elysia; bun build 60% faster on macOS
  • Zero-config frontend dev with HMR, React Fast Refresh, automatic JS/CSS/React transpilation

Why It Matters

Bun continues consolidating developer tooling into a single runtime, reducing dependency management overhead and improving performance across the stack. For full-stack developers, this batteries-included approach accelerates development cycles and simplifies production deployments compared to Node.js ecosystem fragmentation.
Official Bun documentation and upgrade

Source: www.infoq.com