Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@G4brym G4brym released this 16 Dec 22:19

What's Changed

Example usage:
db.select('employee').whereIn('role', ["eng", "hr", "sales"])
db.select('employee').whereIn(['role', 'team'], [["eng", "workers"], ["eng", "workflows"]])

Full Changelog: v1.7.0...v1.8.0