9 ms·
So you would suggest using external text files to store every SQL/Cypher query that is used in a model-based node app?
by jonpacker 12y ago
So you would suggest using external text files to store every SQL/Cypher query that is used in a model-based node app?
- adrusi 12y agoWell, if the query is longer than a 3-4 lines then it's really a program in its own right, and yes, I think it deserves its own file.