Namespace Supabase.Postgrest.Attributes
Classes
- ColumnAttribute
Used to map a C# property to a Postgrest Column.
- PrimaryKeyAttribute
Used to map a C# property to a Postgrest PrimaryKey.
- ReferenceAttribute
Used to specify that a foreign key relationship exists in PostgreSQL
See: https://postgrest.org/en/stable/api.html#resource-embedding
- TableAttribute
Used to map a C# Model to a Postgres Table.
Enums
- ReferenceAttribute.JoinType
Specifies the Join type on this reference. PostgREST only allows for a LEFT join and an INNER join.