Skip to content

v0.3.0

Compare
Choose a tag to compare
@doug-martin doug-martin released this 14 Mar 01:53
· 315 commits to master since this release
  • 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.