Skip to main content

Module args

Module args 

Source
Expand description

Structured argument objects for the query API. Structured argument types for query operations.

Structs§

FindManyArgs
Arguments accepted by find_many and find_first delegate methods.
FindUniqueArgs
Arguments accepted by find_unique and find_unique_or_throw delegate methods.
IncludeRelation
Arguments for eagerly loading a single relation in a query.
VectorNearest
Nearest-neighbor search specification for a pgvector field.

Enums§

VectorMetric
Similarity metric used for pgvector nearest-neighbor queries.