{#snippet providerCard(key: Provider, icon: Snippet, title: string, subtitle: string)}
{@const selected = wiz.provider === key}
{/snippet}
{#snippet instanceStep()}
{@const instanceDbs = Object.entries(customInstanceDbs.current ?? {})
.filter(([_, db]) => db.tag === 'datatable')
.map(([name, db]) => ({ name, db }))}
{#if instanceDbs.length}
Created in the Windmill PostgreSQL instance when you finish. Windmill manages its credentials.
{/if}Loading resources...
{:else} {#if resources.length} Postgres resources in this workspace {:else}A resource is a saved connection your scripts can use.
{/if}Certificate and IAM settings from the fields view still apply — a connection string cannot show them.
{/if}The CA to check the server against. Needed for verify-ca and verify-full when the certificate is not signed by a public authority.