Supabase

The tables and RPCs your app actually queries in production.

Neat pulls your live query traffic — every table and RPC your app actually hits, with call and error counts — and fuses it with the schema it already extracts from your code.

Paste it into your coding agent — it runs the full setup with your credentials.
how it works

See which 'core' tables get zero production traffic, and which undeclared ones get hammered.

  1. Grab your project ref, a read-only Supabase management token, and which service in the graph owns the database.
  2. Run the connector, then restart the project's daemon so it starts polling your query logs.
  3. get_observed_dependencies shows the tables and RPCs that actually took traffic — with call and error counts, and anything the code declares but prod never touches.
Other connectors