siuying / NanoStoreInMotion

RubyMotion wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite.
Other
103 stars 24 forks source link

NSFEqualTo syntax #24

Closed DougPuchalski closed 11 years ago

DougPuchalski commented 11 years ago

Any plans on making this more ruby-ish, at least for equivalence?

User.find(:name => "Joe")

The squeel gem has an even better syntax for different matchers in case you haven't seen it.

DougPuchalski commented 11 years ago

My mistake, missed it.