Skip to content

1.1.0

Compare
Choose a tag to compare
@GodderE2D GodderE2D released this 17 Oct 03:48
· 40 commits to main since this release

🎉 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
  • Client.connect() and Client.end() now returns the Client instead of void.

Stay tuned for future releases!