Using files to save SQL queries is good for performance

0

I am doing a new project in node.js, but I have the question whether it is a good idea to save the SQL queries in file to be able to version in git, since I am using the orm squelize.

using the fs library of node.js, to retrieve the information and then with a function to execute the sql query.

  

This would be good in a transactional software

    
asked by Hernan 04.04.2018 в 21:54
source

0 answers