indexDB ssmple code in Basic Needed

Just realized that the sample of Indexeddb is in javascript only and the basic part is missing. Would anyonebe able to send the basic code for it please?

Unfortunately, IndexedDB requires JavaScript statements which have no equivalent in BASIC. Specifically, it uses Promises to handle async execution of functions.