You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the the pg.Cursor API documentation it appears to be using callbacks, is there a reason that there hasn't been a switch to the Promises API introduced in ES6?
Other parts of the package shows the usage of promises. As can be seen here.
Looking at the the pg.Cursor API documentation it appears to be using callbacks, is there a reason that there hasn't been a switch to the Promises API introduced in ES6?
Other parts of the package shows the usage of promises. As can be seen here.