Skip to content

Commit

Permalink
docs: show that DatabasePoolEventEmitter can be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 14, 2024
1 parent c8f9741 commit 4cf9b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ The `DatabasePool` extends `DatabasePoolEventEmitter` and exposes the following
```ts
import {
createPool,
type DatabasePoolEventEmitter,
} from 'slonik';
const pool = await createPool('postgres://localhost');
Expand Down

0 comments on commit 4cf9b37

Please sign in to comment.