The files in this folder access the database and API's in a standard manner.
- This is the only place in the project where query's are written and use.
- No app logic should be used here.
- Only
app.configandapp.databaseshould be imported in theses files. - These files should only be consumed in the models files.
The files here should be names after tables, collections or API's.