1.1.0
🎉 Quickpostgres 1.1.0
Download
Note: Include @1.1.0
if you want to install this version, however, you most likely want the current version (@latest
).
npm install [email protected]
# or
yarn add [email protected]
# or
pnpm add [email protected]
What's New
- Client now extends
EventEmitter
and you can subscribe to events!- The
ready
event emits whenever the client has been connected successfully. - The
end
event emits whenever the client's connection has been ended successfully. - They include the Client as a parameter when emitted
- The
Client.connect()
andClient.end()
now returns the Client instead of void.
Stay tuned for future releases!