Just noticed from Ionic source code, that warning is from sql.ts.
So, like I can see, I need to add the SQLite plugin to make it work on the phone. Make sense?
On the desktop browser, it will open a local database (window.opendatabase).
But does not explain how to create a table.