How do i store the data from the sqlite database in a variable so i can manipulate it

I want to capture the data of this select :

databaseObj.executeSql('SELECT * FROM usuario where email = ? AND senha = ?',[this.Email, this.Senha])
databaseObj.executeSql('SELECT * FROM usuario where email = ? AND senha = ?',[this.Email, this.Senha]) 
.then(result=>{console.log('RESULT',result);
})

?

I was sort of hoping that this would dissuade you from heading further down this road, but no luck, apparently.

Isso é so um projeto para colegio por isso estou armazenando os dados no dispositivos