{#if dbSupportsSchemas} {/if}
{#each filteredTableKeys as tableKey} {/each}
{#if tableKey} {#await getColDefs(tableKey) then colDefs} {#if colDefs && colDefs?.length} {@const dbTableOps = dbTableOpsFactory({ colDefs, tableKey })} {/if} {/await} {/if}
(askingForConfirmation = undefined)} on:confirmed={askingForConfirmation?.onConfirm ?? (() => {})} /> {#if dbTableEditorProps} (dbTableEditorState = { open: false })} > (dbTableEditorState = { open: false })} title="Create a new table" > { await dbTableEditorProps.onConfirm(values) dbTableEditorState = { open: false } }} /> {/if}