Skip to content

routier-collection


routier-collection / plugins/postgresql/src / isUuidColumn

Variable: isUuidColumn() ​

const isUuidColumn: <T>(schema, property) => boolean

Defined in: plugins/postgres-core/dist/utils.d.ts:63

Whether this property's column is declared UUID — a single STRING identity key, and only that.

Type Parameters ​

T ​

T extends object

Parameters ​

schema ​

CompiledSchema<T>

property ​

PropertyInfo<any> | null

Returns ​

boolean

Released under the MIT License.