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
Result in database/sql has methods that return errors, whereas sqlp's Result only has int64 values. Changing it to a similar structure to its equivalent in database/sql is probably the best solution.