I need to configure 2 indexedDb database using ngDexie. I have 2 indexedDb databases in browser named online/offline. I need to get the data from both of the databases and them pass it to controller.
I am following the below link to configure database:
[https://github.com/FlussoBV/NgDexie/wiki/QuickStart]
is there a way to configure 2 indexedDb database using ngDexieProvider.setOptions?
I need to configure 2 indexedDb database using ngDexie. I have 2 indexedDb databases in browser named online/offline. I need to get the data from both of the databases and them pass it to controller.
I am following the below link to configure database:
[https://github.com/FlussoBV/NgDexie/wiki/QuickStart]
is there a way to configure 2 indexedDb database using ngDexieProvider.setOptions?