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