sqlite create 22capacitor 22 cannot read property 27then 27 of undefined

Solutions on MaxInterview for sqlite create 22capacitor 22 cannot read property 27then 27 of undefined by the best coders in the world

showing results for - "sqlite create 22capacitor 22 cannot read property 27then 27 of undefined"
Ali
05 Nov 2017
1// note: This code needs to be run on a device, not in a PC browser.
2// if you
3let connection = this.sqlite.create({
4	name: 'cards.db',
5	location: 'default'
6});
7
8// se a conexão for válida
9if(connection)
10	connection.then((db: SQLiteObject) => {})