supabase / postgrest-js

Isomorphic JavaScript client for PostgREST.
https://supabase.com
MIT License
962 stars 128 forks source link

refactor: Deprecate foreignTable parameter in favor of referencedTable #492

Closed dshukertjr closed 7 months ago

dshukertjr commented 7 months ago

What kind of change does this PR introduce?

The term foreignTable might be confusing when we offer foreign data wrapper. This PR deprecates the foreignTable parameter in filters and modifiers in favor of referencedTable.

dshukertjr commented 7 months ago

Closing in favor of https://github.com/supabase/postgrest-js/pull/493#pullrequestreview-1709608184