supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
898 stars 118 forks source link

feat(typegen): table relationships #577

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

What kind of change does this PR introduce?

Include table relationships in typegen. This is a prerequisite for determining the cardinality of a relationship, which is necessary to resolve https://github.com/supabase/postgrest-js/issues/303.

An example is shown in the diff for test/server/typegen.ts.