-
Notifications
You must be signed in to change notification settings - Fork 10
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
Simplify database connection #34
Comments
@oliverjam sounds like a great idea. Do we know how many workshops this is covered in? |
@astroash sooo many 🙃 I've raised an issue on the initial codealong where we introduce |
@oliverjam using |
This does seem like a great idea @oliverjam Going through this definitely took a while. also explaining all the object destructuring and assigning added a bunch of time that wasn't needed and mostly forgotten till they get round to it later in the course anyway. I'm happy dividing the task if you're still interested in doing it? |
Thanks @jema28 for amending the step 3 code. I led the workshop following from the "mentor notes" which weren't amended 🙈 |
As I mentioned in this Master Reference issue, the database connection code we've always started students off with is unnecessarily complex.
We can drop almost all the connection string parsing and give it straight to
pg
:I'm happy to go through all the steps and make the change—it should probably be done for all the workshops this week so the db setup is always consistent.
The text was updated successfully, but these errors were encountered: