Optional
options: Partial<{ default?: Buffer<ArrayBufferLike> | () => Buffer; required: boolean }> & {Optional
encoding?: BufferEncodingChecks 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.
Optional
data: unknownCasts data.
Optional
value_: unknownOptional
data: unknownCompares between two buffers.
Optional
a: BufferOptional
b: BufferChecks the equality of data.
Parses data and transform them into buffer values.
Parses data and transform them into buffer values.
Optional
value: unknownChecks 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.
Optional
data: unknownTransforms data into number to compress the size of database files.
Optional
value: Buffer
Boolean schema type.