gilf / angular2-indexeddb

angular2-indexeddb is a library that wraps indexeddb database in an Angular service.
MIT License
88 stars 44 forks source link

Add db object to promise resolve on opening database #46

Open majkelch opened 7 years ago

majkelch commented 7 years ago

This could be useful for checking some things in db before querying. For instance I am checking if db has store before proceeding further.