Creating a One-To-Many Relationship with Sails.js, Mongo and SANE-CLI
In a previous post I explained the basics of SANE and created a simple application. In this post I'll be going one step further and adding a relationship between two tables, using Sails.js, Mongo and Ember. Relatonships occur when one foreign key references the primary key of another. Since…