getConnection().tap(function (connection) { return connection.insert('student', {name: 'Bobby'}); }).then(function (connection) { //...