What is the recommended way of testing code that uses @ionic-native/sqlite
?
I’m developing on a (Windows) desktop, so tests accessing the native SQLite package fail.
Several replies to questions regarding use of SQLite recommend using Storage instead, but afaik Storage only provides key/value pairs, and I would like to use more than that.