Skip to content

v0.2.0

Compare
Choose a tag to compare
@doug-martin doug-martin released this 11 Mar 03:52
· 317 commits to master since this release
  • Changed CrudExec to not wrap driver errors in a GoquError #2
  • Added ability to use a dataset in an Ex map or Eq expression without having to use In #3
    • db.From("test").Where(goqu.Ex{"a": db.From("test").Select("b")})
  • Updated readme with links to DefaultAdapter