Connectors / Supabase
Your Postgres schema, beside your code.
Bring your Supabase schema, functions, storage and policies into the graph. Everything runs read-only, and your data stays in your boundary (BYODB).
A token you paste
Before you start
Install Oynix and open the connectors page. You do this once. Everything below then happens right in the page, with no commands to run.
Log in
This source connects one way.
A token you paste
Paste a credential.
- 1Create the credential: supabase.com/dashboard/account/tokens → generate a Management API token.
- 2Open Supabase in the connectors page and choose the token path.
- 3Enter the Management API token, then click Connect. Oynix checks it right then and saves nothing if it fails.
After login
Once connected, this all happens in the page. No commands.
- 1The picker opens. Choose which projects to sync to sync (it lists only the ones your credential can read).
- 2Hit Sync to pull just those into the graph.
- 3Deselect one later and Oynix purges only that project's data.
The Management token lists every project on the account and reads each read-only (Postgres rejects writes).
What it syncs
Tables and views
One document per table or view: columns, types and sample rows.
Functions
Database functions (RPC), plus RLS policies and triggers.
Auth and storage
An auth-users overview and storage buckets and files.