Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: digitalronin/query-database-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: digitalronin/query-database-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sequelize
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 5, 2020

  1. Add sample data and makefile to setup heroku app.

    The makefile will:
     * create a heroku app.
     * add a postgres database
     * set up database tables
     * import sample data from CSV files
     * open a browser to the "Hello world" page
    digitalronin committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    86d45af View commit details
    Browse the repository at this point in the history
  2. Install the pg library

    digitalronin committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    07c16ef View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Display a list of users

    digitalronin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f1619cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b2b975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e84cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2d8325 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcd11f2 View commit details
    Browse the repository at this point in the history
  6. Fetch users and comments in a single query

    This shows how objection helps us to avoid the N+1
    selects problem.
    digitalronin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4f4dd9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8b5dd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    881d295 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cba896d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59b0309 View commit details
    Browse the repository at this point in the history
Loading