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
Nicer API, e.g. returning true/false instead of the integer value the underlying libpq functions return.
Simplifications.
API Changes
Functions like execParams() no longer can be passed tables directly. If you have created e.g. a table containing the parameters for a parametrized query, use table.unpack() to pass the table as discrete values.