Create a table Use the idb instance to create a table. At this point there will be no table created in the system. const tableName = 'my-table'; const table = idb.createTable(tableName);