Currently, I am utilizing Ionic 2 and attempting to work with SqlStorage to generate queries. However, it seems that the import is not functioning properly.
Here is what I have:
import {Storage, SqlStorage} from '@ionic/storage';
Unfortunately, this results in the following error:
Typescript Error Module '"/home/../node_modules/@ionic/storage/es2015/index"' has no exported member 'SqlStorage'.
As for my Ionic version:
Cordova CLI: 6.4.0 Ionic Framework Version: 2.3.0 Ionic CLI Version: 2.2.1 Ionic App Lib Version: 2.2.0 Ionic App Scripts Version: 1.1.4 ios-deploy version: Not installed ios-sim version: Not installed OS: Linux 4.4 Node Version: v7.4.0 Xcode version: Not installed
If anyone could provide assistance, it would be greatly appreciated.