We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a persistent storage solution and the ability to perform basic data operations.
Now that we have databases, we need to connect to them in the code. This should be in its own file so any other python files can import it.
A new database connection file is created and is able to connect to the database.
# db_connection.py def get_db_connection(): mydb = 'insert code here' return mydb
You will need to have the credentials in a .env -- please get that from @monikkaelyse .
The text was updated successfully, but these errors were encountered:
Note - please add me as a reviewer on this PR, thank you!
Sorry, something went wrong.
No branches or pull requests
Problem
We need a persistent storage solution and the ability to perform basic data operations.
Description
Now that we have databases, we need to connect to them in the code. This should be in its own file so any other python files can import it.
Expected Behavior
A new database connection file is created and is able to connect to the database.
Suggestion (actual implementation may vary)
Acceptance Criteria
Technical Concepts
Additional Context
You will need to have the credentials in a .env -- please get that from @monikkaelyse .
The text was updated successfully, but these errors were encountered: