Be sure to read up on Sails' implementation of Models.
Sails Models are configured with a 'connection' setting.
Before you create your server, decide if your Model is able to reside alongside the default connection of the web site, or if your implementation requires it's own connection.
Deciding how to create your server side Models depends on how you want your DB tables managed: