mirror of
https://github.com/zoriya/drizzle-otel.git
synced 2025-12-06 00:46:09 +00:00
update README
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user