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
Datamapper ORM is an Extension to DataMapper and the successor of DMZ that enhances the core functions to provide more usability.
Datamapper ORM offers these features and more over the original DataMapper:
- In-table foreign keys
- Multiple Relationships to the Same Model
- Better Self References
- Add Fields from a Related Model into One Query
- Update, View, and Query Extra Columns on Join Tables
- The ability to generate and use subqueries
- A shareable extension mechanism: Category:DMZ Extensions
Datamapper ORM has updated documentation based on the original DataMapper docs.