I am building a REST API which exposes some end points by interacting with a MySQL DB. Right now i am not using any ORM frameworks nor any query builders. Right now, i have different functions wherein each function execute queries and returns back the result.I would like to know how do you guys structure your folder structure especially when it includes large number of raw SQL queries.
Submitted February 13, 2019 at 03:13AM by TheBigLebowsky
No comments:
Post a Comment