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