update README

This commit is contained in:
Alex Holovach
2025-10-05 08:42:29 -05:00
parent b74fb2c2ef
commit 205125d93d

View File

@@ -65,7 +65,7 @@ const users = await db.select().from(usersTable);
#### PostgreSQL
```typescript
// PostgreSQL with postgres.js (recommended for serverless)
// PostgreSQL with postgres.js
import { drizzle } from "drizzle-orm/postgres-js";
import postgres from "postgres";
import { instrumentDrizzleClient } from "@kubiks/otel-drizzle";