Well whats the issue? i see you need to open the database like this.storage = new Storage(SqlStorage, {name: 'databasename'})
.
Also get uses 2 values, the key and value, the get uses 1, just the key, the return value of get is a promise so use .then()
to deal with the data.