From 4cf9b37cd3616775cd06350f5a48b646702ed46c Mon Sep 17 00:00:00 2001 From: Gajus Date: Thu, 14 Nov 2024 11:38:35 -0600 Subject: [PATCH] docs: show that DatabasePoolEventEmitter can be imported --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6134e5ca..e0de2a6c 100644 --- a/README.md +++ b/README.md @@ -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');