DB STATUS
CONNECTED
STABLE // 99.9% UPTIME
REGION
US-EAST-1
GCP_FIREBASE_CLUSTER
LATENCY
24ms
-2ms
OPTIMIZED_ROUTING
TABLE: Profiles
Columns & Types
Security Policies
CREATE POLICY "Public profiles are viewable by everyone." ON profiles FOR SELECT USING (true);
CREATE POLICY "Users can insert their own profile." ON profiles FOR INSERT WITH CHECK (auth.uid() = id);
TABLE: Links
Structure
Relational mapping for social assets. Columns: id (uuid), profile_id (fkey), url (text), platform (enum), priority (int4). Row Level Security enabled for owner-only mutations.
TABLE: AI_Queue
Processing Pipeline
High-throughput task buffer. Columns: task_id (uuid), status (processing_state), payload (jsonb), result_url (text), started_at (timestamp). Integrated with Edge Functions for real-time inference.
CODE