I have repetitive business logic used by many services in node.js, can put those logics in utils folder? And if yes can I manipulate database in util file?
I have repetitive business logic used by many services in node.js, can put those logics in utils folder? And if yes can I manipulate database in util file?