for some unknown reason indexdb is overly complex for simply storing value and retrieving value
i implemented two functions for very straight forward usage, which should have been provided by native api, but no way. well here is the usage:
await save_data(data)
await get_data()