postgrestx-monorepo / core/src / WriteOptions
Interface: WriteOptions
Defined in: packages/core/src/postgrest/types.ts:107
Extends
Properties
select?
optional
select:string
Defined in: packages/core/src/postgrest/types.ts:68
Inherited from
filters?
optional
filters:Filter
[]
Defined in: packages/core/src/postgrest/types.ts:69
Inherited from
order?
optional
order:string
|string
[]
Defined in: packages/core/src/postgrest/types.ts:70
Inherited from
limit?
optional
limit:number
Defined in: packages/core/src/postgrest/types.ts:71
Inherited from
offset?
optional
offset:number
Defined in: packages/core/src/postgrest/types.ts:72
Inherited from
range?
optional
range:Pagination
Defined in: packages/core/src/postgrest/types.ts:73
Inherited from
count?
optional
count:CountStrategy
Defined in: packages/core/src/postgrest/types.ts:74
Inherited from
headers?
optional
headers:Record
<string
,string
>
Defined in: packages/core/src/postgrest/types.ts:76
Additional headers to send with the request
Inherited from
prefer?
optional
prefer:PreferenceOptions
Defined in: packages/core/src/postgrest/types.ts:78
Preferences to include in the Prefer header
Inherited from
columns?
optional
columns:string
Defined in: packages/core/src/postgrest/types.ts:109
Limit inserted keys to these columns
on_conflict?
optional
on_conflict:string
Defined in: packages/core/src/postgrest/types.ts:111
Upsert conflict target, e.g., "name" or a composite key "(col1,col2)"