ionic-team / ionic-storage

Ionic Storage module for Ionic apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite Installation

zheroentity opened this issue · comments

Heya
so, after installing cordova-sqlite-storage and localforage-cordovasqlitedriver with any remark, when I do:

import { CordovaSQLiteDriver } from 'localforage-cordovasqlitedriver'

I get this error :

Module '"localforage-cordovasqlitedriver"' has no exported member 'CordovaSQLiteDriver'.

I have googled around and found not working solution to the problem.

If there's some way to fix it, I would be very apreciated by any feedback

thanks for the attention

Try to import it like this:
import * as CordovaSQLiteDriver from 'localforage-cordovasqlitedriver';