Skip to content

Dueling database connections #62

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

Open
briangormanly opened this issue Dec 11, 2020 · 1 comment
Open

Dueling database connections #62

briangormanly opened this issue Dec 11, 2020 · 1 comment
Assignees

Comments

@briangormanly
Copy link
Owner

It seems that there are 2 distinct database connections, one in App.ts and the other in databaseConnection.ts.
It seems that databaseConnection.ts is used for the initial connection to the database and the that the latter is used for queries.

Remove redundant connection.

@briangormanly briangormanly self-assigned this Dec 11, 2020
@briangormanly
Copy link
Owner Author

App.ts connection appears to be no longer needed. testing removal

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

1 participant