Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Conversation

@vitaly-t
Copy link

incredible amount of misusing pg-promise, and in turn the database,...I only corrected couple of them...

  • you do not execute a transaction + batch when executing just a single query, it only slows down the database, but does nothing useful...
  • you must provide .catch sections for all query requests

incredible amount of misusing pg-promise, and in turn the database,...I only corrected couple of them...

* you do not execute a transaction + batch when executing just a single query, it only slows down the database, but does nothing useful...
* you must provide `.catch` sections for all query requests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant