2.0.0
π±βπ Quickpostgres 2.0.0
Download
Note: Include @2.0.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]
Breaking Changes
- Some
Client
class properties are now read-onlyClient#dbUrl
is now read-onlyClient#options
is now read-only- Some users has expected that since these properties are marked as public, they can be freely edited. However, the library may break if these properties are edited manually, and thus has been marked as read-only.
Client#tableName
is now explicitly marked as public
Stay tuned for future releases!