nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Add filter() and exclude() methods like django model #4

Closed nobrin closed 12 years ago

nobrin commented 12 years ago

These methods are so complicated to be implemented. Macaron's concept is simplified. So I adopted with WHERE clause method.