You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dm-filters
==========
Filter those queries before they hit the database. Basically built so that I could put access and permission logic within the model cleanly.
Read the specs for usage.
About
Use filters on select queries in your DataMapper models. Good for access or permissions rules.