Our simple API: run / one / rows
one and rows aren't parallel. :-(
We should either change one to row or rows to many. I like row better because it keeps the aliteration and one and many feel ORM-ish to me.
Since we've already released 1.0.0 we've got a backwards-compatibility issue. Since we're so early in the project (I released 1.0.0 about 8 or 9 hours ago), I think we can get away with aliasing row as one but not documenting it.
Our simple API:
run/one/rowsoneandrowsaren't parallel. :-(We should either change
onetoroworrowstomany. I likerowbetter because it keeps the aliteration andoneandmanyfeel ORM-ish to me.Since we've already released 1.0.0 we've got a backwards-compatibility issue. Since we're so early in the project (I released 1.0.0 about 8 or 9 hours ago), I think we can get away with aliasing
rowasonebut not documenting it.