supabase / postgres-meta

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

feat(relationships): include `is_one_to_one` #628

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

What kind of change does this PR introduce?

feature

What is the current behavior?

Can't detect if a relationship is one-to-one - needed for https://github.com/supabase/postgrest-js/pull/491 and fixing https://github.com/supabase/postgres-meta/issues/612

What is the new behavior?

Include is_one_to_one field