Skip to content

v1.2.0

Compare
Choose a tag to compare
@caibirdme caibirdme released this 05 Jul 08:26
· 40 commits to master since this release

add support for between and not between:

	where := map[string]interface{}{
		"age not between": []int{10, 30},
		"name":            "caibirdme",
		"score between":   []float64{3.5, 7.2},
	}