Skip to content

[Question] Where is data stored when using LokiIndexedDBAdapter? #888

@robertdavid010

Description

@robertdavid010

I am using this adapter to persist data from a browser extension/plugin instance of LokiJS. There is only 1 table in the indexedDB "LokiCatalog" when I explore it using dev tools (Application/Storage/IndexedDB. There records are the instance configuration within which the first key/value pair is "filename": "loki.db" which leads me to think that the data (which I can still persist/query using the adapted db) is still being stored in a file?

Images:

Application tab in Devtools

image

Showing persisted record in console

image

What should I expect to see when inspecting the Application -> Storage -> IndexedDB when using the IndexedDB adapter to persist data using LokiJS?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions