Checks the existance of data.
Optional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownCasts data. Returns a new CUID only if value is null and the field is required.
Optional
value: stringCompares data. This function is used when sorting.
Checks the equality of data.
Optional
data: unknownParses data. This function is used when restoring data from database files.
Checks the existance of data.
Optional
data: unknownChecks whether value
is greater than (i.e. >) the query
.
Optional
data: unknownChecks whether value
is greater than or equal to (i.e. >=) the query
.
Optional
data: unknownChecks whether value
is equal to one of elements in query
.
Optional
data: unknownChecks whether value
is less than (i.e. <) the query
.
Optional
data: unknownChecks whether value
is less than or equal to (i.e. <=) the query
.
Optional
data: unknownChecks the equality of data. Returns true if the value doesn't match.
Optional
data: unknownChecks whether value
is not equal to any elements in query
.
Optional
data: unknownRenames a field.
Validates data. A valid CUID must be started with c
and 25 in length.
Optional
value: stringTransforms value. This function is used when saving data to database files.
Optional
data: unknown
CUID schema type.