Quite often when you are writing an application you will need access to one or more database connections. You will need to re-use that database connection throughout your application. I'm going to go through a simple way of re-using the connection in modules, Express routes etc.