This document describes adding custom data models and object relational mapping (ORM) functionality to a Node.js application using StrongLoop. It details creating a Video model, defining a one-to-many relationship between Video and User, adding access controls, and connecting the models to a PostgreSQL database for persistent storage. Key steps include generating a Video model, relating it to User, adding ACLs, connecting to a PostgreSQL data source, and using automigration to generate tables.