Home / Function/ SpecialSymbolsCallout() — supabase Function Reference

SpecialSymbolsCallout() — supabase Function Reference

Architecture documentation for the SpecialSymbolsCallout() function in SpecialSymbolsCallout.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/ProjectCreation/SpecialSymbolsCallout.tsx lines 4–14

export const SpecialSymbolsCallout = () => {
  return (
    <p className="mb-2">
      Note: If using the Postgres connection string, you will need to{' '}
      <InlineLink href={`${DOCS_URL}/guides/database/postgres/roles#special-symbols-in-passwords`}>
        percent-encode
      </InlineLink>{' '}
      the password
    </p>
  )
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free