sails.js – I want to add DB connection dynamically after sails lift
During sails lift I don’t yet have all the connection information for my DB.
During sails lift I don’t yet have all the connection information for my DB.
I’m trying to:
I’d like to replace waterline with mongoose in my sails.js application. I’m looking for the correct way to do this, but I don’t see how in the documentation. Can anyone explain how to do this?
I want to create a custom set of attributes and lifecycle methods that are shared between all my Sails.js models.
I am trying to install SailsJS with:
Can anyone guide me on how to setup relational schema & performs joins in sails.js?
I want to create paginated table using sails.js, mongodb and waterline-ORM.
I am attempting to model an existing MSSQL table in SailsJS. Unsurprisingly the tables in the existing database have a createdAt and updatedAt column similar to what is generated by the SailsJS framework.
I just lost 11,000 records from my database just running the command for sailsjs without the –prod part in it, So I thought I should ask whats the best way to change the tables on production server when the Model.js has been changed ?
So the reason why im confused, because I am a PHP developer and used Laravel and FuelPHP alot