Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Repository containing relevant SQL Queries #14

Open
Sarvesh67 opened this issue Feb 12, 2021 · 0 comments
Open

Implement a Repository containing relevant SQL Queries #14

Sarvesh67 opened this issue Feb 12, 2021 · 0 comments
Assignees

Comments

@Sarvesh67
Copy link
Member

Is your feature request related to a problem? Please describe.
The chain of SQL queries necessary to generate the final ER is missing currently.

Describe the solution you'd like
Include all the common as well as the database specific SQL queries into the repository. Finally all the queries will be executed using the queryPromise method in the database services and be returned to the respective controllers.
See to it that the paradigm being used to implement repositories decouples itself from the controllers as well as the database services allowing us to easily update and add SQL queries.

Additional context
Below is a roadmap developed containing the current SQL queries. Note dow the additional ones by starting a discussion here.
ER-Generation-Roadmap

@kanishq1 kanishq1 self-assigned this Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants