-
Notifications
You must be signed in to change notification settings - Fork 8
Issues: Ada-Developers-Academy/core-unit-2
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
SQLALCHEMY_TEST_DATABASE_URI
is fine for a name, but personally, I would go with SQLALCHEMY_DATABASE_URI_TEST
whenever I have a variable that has an environment as part of the name. If this is done consistently, this allows for a configuration pattern where can set un-versioned defaults, but then provide per-environment values by trying to find an equivalent var with the environment appended.
#38
opened Apr 27, 2021 by
tildeee
create-and-read: "Getting a Single Book Endpoint: Code":
get
method is deprecated in SQLAlchemy 1.4.
#23
opened Apr 19, 2021 by
tildeee
ProTip!
Follow long discussions with comments:>50.