alepha@docs:~/docs/reference/providers$
cat BunPostgresProvider.md | pretty1 min read
Last commit:
#BunPostgresProvider
#Import
typescript
1import { BunPostgresProvider } from "alepha/orm/postgres";
#Overview
Bun PostgreSQL provider using Drizzle ORM with Bun's native SQL client.
This provider uses Bun's built-in SQL class for PostgreSQL connections, which provides excellent performance on the Bun runtime.