createObjectStore

fun createObjectStore(name: String, options: IDBObjectStoreParameters = definedExternally): IDBObjectStore(source)

The createObjectStore() method of the IDBDatabase interface creates and returns a new IDBObjectStore.

MDN Reference