Kysely Bun SQL Dialect

JSON →
library 0.2.0 ·javascript
verified Jun 5, 2026

A Kysely dialect and driver for PostgreSQL that leverages Bun's native SQL capabilities. Current stable version is 0.2.0, released with monthly cadence. Provides a `BunSqlDialect` for Kysely to execute queries using `Bun.sql` instead of a traditional pg driver, offering better performance and concurrency via Bun's built-in connection pooling. Requires Bun >=1.3.0 and Kysely ^0.28.8. Key differentiator: eliminates need for separate pg client in Bun applications.