sails
Version:
API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)
9 lines (4 loc) • 483 B
Markdown
# api/models/
This is the directory that holds your models. In Sails, models are the structures that contain data for your Sails App.
You can learn more about how to define and use models in [Concepts > Models and ORM > Models](https://sailsjs.com/documentation/concepts/models-and-orm/models), and about how to generate them [here](https://sailsjs.com/documentation/reference/command-line-interface/sails-generate#?core-generators).
<docmeta name="displayName" value="models">