marcinruszkiewicz / where_chain

WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!
MIT License
44 stars 4 forks source link

Multi db #8

Closed dodo121 closed 3 years ago

dodo121 commented 4 years ago

This is going to resolve #1

dodo121 commented 4 years ago

Close for now