goqu v0.3.0 Release Notes

    • ⚡️ Changed sql generation methods to use a common naming convention. To(Sql|Insert|Update|Delete)
      • Also changed to have common return values string, []interface{}, error)
    • ➕ Added Dataset.Prepared which allows a user to specify whether or not SQL should be interpolated. #7
    • ⚡️ Updated Docs
      • More examples
    • ✅ Increased test coverage.